Coder Social home page Coder Social logo

twocircle's Introduction

프로젝트 소개

사용 기술 스택.

  • HTML, Scss, JavaScript
  • Bundler: Parcel

프로젝트 구조

TwoCircle
├─ image
├─ index.html
├─ LICENSE
├─ package-lock.json
├─ package.json
├─ pages
│  ├─ account.html
│  ├─ cart.html
│  ├─ login.html
│  ├─ mypage.html
│  ├─ order_completed.html
│  ├─ password_change.html
│  ├─ password_check.html
│  ├─ payment.html
│  ├─ product_details.html
│  ├─ product_list.html
│  ├─ purchase_history.html
│  ├─ signup.html
│  ├─ user_information.html
│  └─ wish_list.html
├─ README.md
├─ scss
│  ├─ abstracts
│  └─ base
└─ source
   ├─ api
   │  ├─ account
   │  │  └─ account_add.js
   │  ├─ certified
   │  │  ├─ authcheck_api.js
   │  │  ├─ login_api.js
   │  │  ├─ signup_api.js
   │  │  └─ userupdate_api.js
   │  ├─ products
   │  │  ├─ admin
   │  │  │  ├─ allProduct_api.js
   │  │  │  └─ product_add.js
   │  │  ├─ common
   │  │  │  └─ product_detail_api.js
   │  │  └─ user
   │  │     ├─ payment_api.js
   │  │     └─ purchase_history_api.js
   │  ├─ requests.js
   │  ├─ userAPI.js
   │  └─ util.js
   ├─ js
   │  ├─ login.js
   │  ├─ payment.js
   │  ├─ product_details.js
   │  ├─ purchase_history.js
   │  └─ signup.js
   └─ main.js

twocircle's People

Contributors

nevacat avatar hyeon17 avatar seon-mikim avatar jiyoon29 avatar johnphjkr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.