E-commerce
- PostCSS
- React
- Vite
In this E-commerce, you can explore a wide variety of products, from clothing for men and women to electronic equipment and jewelry. Use our filters by category or minimum price to find what you need. Additionally, in this project, I utilized the following features with the intention of practicing my React skills: I created an interface to display a list of products obtained from a JSON file. It's responsive. I implemented filters so that users can select a specific category or set a price range. I used useContext to manage the global state of the application. Users can add, remove, and modify the quantity of products in the cart, and these changes are automatically synchronized with the product list. To improve usability and convenience, I stored the cart in localStorage, allowing users to resume their selection even after closing the page. 🛒🌟