Grocery List

React grocery list application that lets users add, check off, and remove items with persistence via local storage.

The Challenge

Create a practical app to manage grocery items while practising state management, event handling, and browser storage.

The Solution

Developed a React UI where users maintain a checklist of items, with actions to add, toggle, and delete entries backed by local storage for persistence.

Key Features

  • Add, check off, and delete grocery items
  • Local storage to persist the list between sessions
  • Simple, intuitive controls and layout
  • Clean React state and event handling patterns

Technologies

ReactJavaScriptHTMLCSS
Grocery List 1
Grocery List 2
Grocery List 3