This is a grocery list application built with React. It allows users to add, delete items, mark them as purchased, and calculate the total quantity of products.
- Adding items to the list
- Marking purchased products (strikethrough and checkbox)
- Changing the quantity of each item
- Removing items from the list
- Automatic calculation of the total number of products
- React - for building the UI
- CSS - for styling
# Clone the repository
git clone https://github.com/anastasiasm09/grocery-list.git
# Navigate to the project folder
cd grocery-list
# Install dependencies
npm install
# Start the local server
npm start