https://github.com/santhoshs50/react-redux-task
React Shopping Cart Card Using Redux
https://github.com/santhoshs50/react-redux-task
axios formik react reactredux
Last synced: 3 months ago
JSON representation
React Shopping Cart Card Using Redux
- Host: GitHub
- URL: https://github.com/santhoshs50/react-redux-task
- Owner: SanthoshS50
- Created: 2024-01-10T13:55:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T14:05:15.000Z (over 1 year ago)
- Last Synced: 2025-01-24T15:08:44.568Z (5 months ago)
- Topics: axios, formik, react, reactredux
- Language: JavaScript
- Homepage: https://react-redux-task-three.vercel.app
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Shopping Cart Card using Redux
This is the Task for React Day_12
This React application utilizes Redux for state management in a shopping cart scenario. The `CartCard` component displays product details, allowing quantity adjustments and proceeding to payment. The `UserContextComponent` manages product data via context. Redux handles cart state through `CartSlice`. The main `App` component integrates Redux for state accessibility. The project is organized with distinct files for components, context, Redux slices, and the main application.