wandergithub / e-commerce

Completely responsive E-commerce web page which allows the user to navigate through different categories of items, filter them by category and add them to the shopping cart. Users can manage their current bag on the shopping cart containing a list of items where each one can be deleted. In the shopping cart, the user can delete or finish buying.
https://wandergithub.github.io/e-commerce/
4 stars 6 forks source link

Project set up #1

Closed wandergithub closed 2 years ago

wandergithub commented 2 years ago

Settled all project settings:

  1. Created React app using create-react-app
  2. Added linters
  3. Added Material-ui for styling
  4. Deleted all boilerplate code