shopping-cart

Screenshot 2022-07-25 at 07 27 07

Following the tutorial of WebDevSimplified, this project creates an advanced Shopping Cart system.

Technologies used

  • React
  • Typescript
  • Bootstrap

How to run locally

To run this project locally, do the following:

  • Download the repository to your local machine
  • Run npm i to install all the needed dependencies
  • Run npm run dev and open http://localhost:3000/ to see the project up and running