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.
- Sorting by date, name, completion status
- Clearing out already completed entries
- Dark Mode / Light Mode
npm install
npm run dev