Skip to content

anastasiasm09/grocery-list

Repository files navigation

Introduction

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.

Features

  • 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

gl

Tech Stack

  • React - for building the UI
  • CSS - for styling

How to Run the Project

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published