A simple product management application built with React and Redux. The app allows users to add, delete, and manage products with an interactive interface.
- Add new products with a name and price
- Delete individual products
- Mark products as checked or unchecked
- Delete all checked products
- Check or uncheck all products at once
- Clone the repository:
git clone https://github.com/simohammed-taher/react-redux-product-management
- Change to the project directory:
cd react-redux-product-management
- Install the required dependencies:
npm install
- Start the development server:
The application will now be running at http://localhost:3000
.
- React
- Redux
- Redux Toolkit
- Bootstrap 5
This project is licensed under the MIT License.