Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 695 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 695 Bytes

Shopping Cart

Demo of Shopping Cart Here

Summary

Shopping Cart is an ecommerce website made with react. User can shop for shirts and also add and remove items from the cart.

Motivation

The purpose of this project was to get familiar with React js.

Getting Started

Click the demo link or clone/download the repository on your local machine.

To Run the project on local machine

Install the project dependencies
  • In the root run

npm install

To run the project

  • Then run

npm start

Built With

  • React js
  • React Router
  • CSS3

Coming Soon

  • Recreate the project with mongo DB as a database.