TechAlpha is an e-commerce website that implements a shopping cart using Redux Toolkit and RTK Query. It allows users to add or remove items, increase or decrease the quantity of items, and view the total cost of all items in the cart. The product data is served via a JSON server and cart items are stored in the client's browser's local storage.
- Implemented shopping cart using Redux Toolkit.
- Product data served via JSON server and fetched with RTK Query.
- Cart items are additionally stored in the client's browser's local storage.
To run this project locally, clone the repository and navigate to the project directory in your terminal. Then run the following commands:
cd tech-alpha
npm i
npm start
This will install all the necessary dependencies, start the JSON server and start the development server on http://localhost:3000.
Thank you for Visiting