An open API service indexing awesome lists of open source software.

https://github.com/samchillcott/sam-todo

Todo App with editing, filters, auth and local storage
https://github.com/samchillcott/sam-todo

authentication cookies css localstorage react vite

Last synced: 3 months ago
JSON representation

Todo App with editing, filters, auth and local storage

Awesome Lists containing this project

README

          

# Todo App

Todo App with the following features:

- Add, mark complete, delete and edit todo.
- Filter todos by Complete/Incomplete.
- Auth handled with cookies.
- Todos stored locally with local storage
- Styled using CSS Modules