A simple React application to manage your shopping list.
- Add new items to the shopping list
- Mark items as done (✔) with strikethrough style
- Delete items from the list
- Save and load data from localStorage
- Dynamic rendering with React components
- React
- JavaScript (ES6+)
- CSS Modules
- localStorage
To run the project locally:
git clone https://github.com/Prog-Academy-projects/ShoppingList.git
cd ShoppingList
npm install
npm run dev