Hey! I made this project to practice React JS. Main features:
- Usage of react features, namely components and hooks and more
- Responsive design
- Super-fast routing to different pages using React Router DOM
- E-commerce platform funcionality:
- Ability to add/remove items to/from your shopping cart
- Sorting by price or ratings
- All data dynamically fetched and updated from the data file
- Following good programming practices, like component reusability, DRY and KISS code