This project is a simple React-based product management app that demonstrates the use of various React features like hooks, components, and React Router.
- Add new products with name and price
- Edit product details
- Delete products
- Mark products as checked or unchecked
- Filter products based on their checked status
- Delete checked products in bulk
- Check or uncheck all products at once
- Clone this repository:
git colone https://github.com/simohammed-taher/react-product-management-app
- Change the working directory:
cd react-product-management-app
- Install dependencies:
npm install
- Run the application:
npm start
The app should now be running on http://localhost:3000
.
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcomed.
This project is open-source and available under the MIT License.
- Thank you to OpenAI for their assistance in creating this project.