This the live demo of the project:- https://dlwngv.csb.app/ This project is a simple React-based shopping cart application. It allows users to view a list of products, add them to the cart, and see a summary of their selected items.
Include a link or GIF demonstrating your project.
- View a list of products
- Add products to the shopping cart
- Loading spinner during data fetching
- Display summary of selected items
-
Clone the repository:
git clone https://github.com/your-username/react-shopping-cart.git
-
Navigate to the project directory:
cd react-shopping-cart
-
Install dependencies:
npm i
- Start the development server:
npm start
- Wait for sometime otherwise, open your browser and visit http://localhost:3000 to view the app.
React HTML CSS JavaScript
If you'd like to contribute to this project, please follow these guidelines:
Fork the repository. Create a new branch for your feature or bug fix. Make your changes and submit a pull request. Provide a detailed description of your changes.
This project is licensed under the MIT License - see the LICENSE file for details.