This is a mini e-commerce project built with React as part of an assignment. The application fetches product data from an external API and allows users to browse products, add items to the cart, and retain cart data even after refreshing the page.
- Built with React
- Styled using Tailwind CSS
- State managed with Redux
- Cart persistence implemented using Redux Persist
- Product data fetched from an external API
- Dynamic product listing
- Responsive UI
- Add to cart / remove from cart
- Persistent cart data across page refreshes
- React
- Tailwind CSS
- Redux
- Redux Persist
- JavaScript
npm install
npm run dev