Giter Site home page Giter Site logo

mini-cart's Introduction

🐑 미니 사전과제 #3 장바구니

FastCampus 강의 - 30개 프로젝트로 배우는 프론트엔드 웹 개발 (with React)를 위한 자료입니다.

📑 Get Started

1) 보일러 플레이트 코드 확인하기

Vanilla JS 버전 사전 과제 작성을 위한 보일러 플레이트 코드는, 본 저장소의 main 브랜치에 업로드 되어 있습니다.

  1. 본 저장소를 fork 하거나, ZIP 파일로 다운로드 받은 후
  2. 아래 명령어로 의존성 라이브러리들을 설치해주세요.
npm install
# 또는
yarn install
  1. src/index.js 파일에 답안을 작성해주세요.

2) 답안 코드 확인하기

Vanilla JS 버전으로 완성한 코드는 answer 브랜치에 업로드 되어 있습니다. 로컬에서 Vanilla JS 답안 코드를 확인하고 싶으시면 아래의 단계를 따라주세요.

  1. 본 저장소를 fork 하거나, ZIP 파일로 다운로드 받은 후
  2. 아래 명령어로 원격의 answer 브랜치로 checkout 해주세요.
git checkout -t origin/answer
  1. 아래 명령어로 의존성 라이브러리들을 설치해주세요. (main 브랜치에서 이미 설치했다면 재설치는 불필요합니다.)
npm install
# 또는
yarn install

3) React 버전 코드 확인하기

React 버전의 보일러 플레이트와 답안 코드는 별도의 저장소인 mini-cart-react에 업로드 되어 있습니다.

해당 저장소의 README.md 파일을 참고해주세요.

✅ 요구사항

본 저장소의 wiki에서 요구사항을 확인하실 수 있습니다.

🖥 데모 페이지

image-20220331032219235

mini-cart's People

Contributors

hanameee 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.