- Users can browse items, add items to cart, update quantity of items, remove items from the cart and clear cart.
- React redux is used for state management.
- Local storage is used for data persistance.
-
Fork the repository.
-
Clone the project.
git clone repository-url
- Install dependencies.
npm install
- Run the server.
npm run dev
- Browse the application by hitting
localhost:5173
.