Skip to content

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.

Notifications You must be signed in to change notification settings

tufaelahmedbd/tech-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published