saurabhcoded / redux-store

An exemplary React project showcasing the power of Redux for state management, specifically tailored for cart functionalities using the FakeStore API.

Home Page:https://redux-store-beryl.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux-Cart Management with FakeStore API

An exemplary React project showcasing the power of Redux for state management, specifically tailored for cart functionalities using the FakeStore API.

Features

Dynamic Product Fetching: Pulls products in real-time from the FakeStore API, ensuring an updated product listing without manual interventions.

Redux-powered Cart Management:

Add to Cart: Users can seamlessly add products to their cart. Update Cart: Allows users to change the quantity of the products in their cart. Remove from Cart: Users can remove items from their cart with a single click. View Cart: Users can view their cart contents at any time, with real-time updates. State Persistence: Even on page reloads or navigation, the state of the cart remains persistent, ensuring a smooth user experience.

Technical Stack

UI Library: React State Management: Redux API Integration: FakeStore API for product details.

About

An exemplary React project showcasing the power of Redux for state management, specifically tailored for cart functionalities using the FakeStore API.

https://redux-store-beryl.vercel.app


Languages

Language:JavaScript 86.9%Language:HTML 8.5%Language:CSS 4.5%