Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepanagarjan/reduxreacttask
I provided React Redux for Shopping Cart
https://github.com/deepanagarjan/reduxreacttask
crud-api css3 html5 nodemodules reactjs redux redux-toolkit
Last synced: 4 days ago
JSON representation
I provided React Redux for Shopping Cart
- Host: GitHub
- URL: https://github.com/deepanagarjan/reduxreacttask
- Owner: Deepanagarjan
- Created: 2024-08-22T18:14:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:22:56.000Z (4 months ago)
- Last Synced: 2024-12-21T03:42:17.847Z (4 days ago)
- Topics: crud-api, css3, html5, nodemodules, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://redux-react-task.netlify.app/
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Shopping Cart Website
## Overview
This project is a shopping cart website built with HTML, CSS, React, and Redux. It allows users to browse a list of products, add them to their cart, and manage their cart. This README provides an overview of the project's structure, features, and how to get it up and running.
## Features
- **Product Listing:** Display a list of products with details like title, price, and an option to add them to the cart.
- **Shopping Cart:** Maintain a shopping cart where users can add and remove products.
- **Total Price Calculation:** Calculate and display the total price of products in the cart.
- **Responsive Design:** The website is responsive, ensuring a good user experience on different devices.
- **Navigation:** Easily switch between the product listing and the shopping cart using the navigation menu.
- **GitHub Links:** Links to the project creator's GitHub and LinkedIn profiles.
## Demo
Check out the live demo of the project [here](https://github.com/Deepanagarjan/ReduxReactTask).
## Screenshots
Include a few screenshots of your website in this section to give users a visual impression of your project.
## Getting Started
### Prerequisites
- Node.js and npm should be installed on your system.
### Installation
1. Clone the repository: `git clone https://github.com/Deepanagarjan/ReduxReactTask`
2. Change to the project directory: `cd react-redux-task`
3. Install dependencies: `npm install`
4. Start the development server: `npm start`
5. Open your web browser and visit `http://localhost:5173` to see the project locally.## Usage
- Navigate to the website and start exploring products.
- Add items to your shopping cart.
- Visit the cart page to review and manage your cart.## Contributing
If you'd like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or fix: `git checkout -b feature-name`
3. Make your changes and commit them.
4. Push to your fork: `git push origin feature-name`
5. Create a pull request to the main repository.## Author
- [N.DEEPA](https://github.com/Deepanagarjan)
- [LinkedIn Profile](www.linkedin.com/in/deepa-n-745a1714a)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.