Shopping Cart

This was the final React project from The Odin Project's JavaScript curriculum. The main goal of this project was to build a fake e-commerce store using React. The fake store website consists of three main sections (home products and about pages) and the shopping cart page. To handle the logic of changing pages was used react-router-dom. This project was made using React JS, Tailwind CSS and Material UI.

🚀 Demo

https://shopping-cart-e429ti01k-rmathr.vercel.app/#/

Project Screenshots:

project-screenshot project-screenshot project-screenshot

🧐 Features

Here're some of the project's best features:

  • Add, remove and change the quantity of products from the shopping cart.
  • Filter products by different categories

💻 Built with

Technologies used in the project:

  • React JS
  • Tailwind CSS
  • react-router-dom