Skip to content

arielkuzminski/simple-react-shopping-list

Repository files navigation

Simple React Shopping list

Very simple and lightweight "shopping" or "grocery" list written in React + Typescript + Redux + Chakra UI, that uses LocalStorage to store your data. Simple as that.

Features:

  • Sorting by date, name, completion status
  • Clearing out already completed entries
  • Dark Mode / Light Mode

Install:

npm install

npm run dev