/e-commerce

e-commerce fresh smoothie website

Primary LanguageJavaScript

e-commerce

Preview

Features

  • Provide a way for users to add and remove items from their cart.
  • Access a user's order history stored in the Firebase database.
  • Store and update a user's address in the Firebase database.
  • Payment with Stripe

Pages

  • Home
  • Product
  • Account&Orders
  • Cart & Payment

Installation

git clone https://github.com/wonho-jung/e-commerce.git

Go to the project directory

npm install
# or
yarn install

Getting Started

npm start 
# or
yarn start