ShoppingCartApp is a basic React application that showcases the implementation of Redux, an efficient state management library. With this app, you can add items to your cart, remove them, and seamlessly navigate through multiple pages for a user-friendly shopping experience.
- Add Items: Add your desired items to the shopping cart.
- Remove Items: Remove items from the cart with a simple click.
- Shop Now: Easily proceed to the shopping process.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, make sure you have the following software installed on your machine:
-
Clone the Repository:
git clone https://github.com/ramgpal/ShoppingCartApp.git
-
Install Dependencies:
- npm install
- npm install react-router-dom
- npm install react-icons
-
Run the Application:
npm run start