Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 868 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 868 Bytes

React Redux Product Management

A simple product management application built with React and Redux. The app allows users to add, delete, and manage products with an interactive interface.

Features

  • 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

Installation

  1. Clone the repository:

git clone https://github.com/simohammed-taher/react-redux-product-management

  1. Change to the project directory:

cd react-redux-product-management

  1. Install the required dependencies:

npm install

  1. Start the development server:

The application will now be running at http://localhost:3000.

Technologies Used

  • React
  • Redux
  • Redux Toolkit
  • Bootstrap 5

License

This project is licensed under the MIT License.