Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.19 KB

File metadata and controls

28 lines (22 loc) · 1.19 KB

TechAlpha E-commerce Website

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.

Features

  • 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.

Technologies Used

Installation and Usage

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.

Links

Thank you for Visiting