Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 560 Bytes

File metadata and controls

13 lines (11 loc) · 560 Bytes

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