Welcome to the React Redux Toolkit Shopping Cart project! This is a simple shopping cart website built using React and Redux Toolkit. Users can add items to their cart and preview their selected products using dynamic routing.
You can check out the live demo of this project here: Live Demo
- React: This project is built using the React library.
- Redux Toolkit: Redux Toolkit is used for state management in this application.
- react-router-dom: We use this library for dynamic routing within the app.
- react-icons: For adding icons to enhance the user interface.
- react-redux: To connect our React components to the Redux store.
- react-hot-toast: For displaying toast notifications.
- @reduxjs/toolkit: The core library for managing Redux store and actions.
- Users can add items to their shopping cart.
- Dynamic routing is used to allow users to preview selected products.
- Redux Toolkit is used for efficient state management.
- Clone this repository.
- Install the required dependencies using
npm install
. - Start the development server with
npm start
.
Feel free to explore the code and customize it to your needs.
Contributions to this project are welcome. If you have any suggestions, improvements, or bug reports, please open an issue or create a pull request.
This project is licensed under the MIT License.
Enjoy using the shopping cart website, and happy coding!