A simple React todo-list using React, Chakra UI, React icons. Tasks are currently stored in localstorage, this is all client. I may use this as a template to add Redis or maybe another small DB service in the near future.
This example has done some rounds, I dont know who to credit, but I have found examples here and here and one updated with Supabase here
- Clone
git clone https://github.com/jrandersen/react-todo-list.git
- Change directory into react-todo-list
cd react-todo-list
- Install dependencies from package.json
npm install
- Execute npm start to srat teh server, frontend is on http://localhost:3000/
npm start