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
- Host: GitHub
- URL: https://github.com/samchillcott/sam-todo
- Owner: samchillcott
- Created: 2023-06-03T11:16:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T11:27:03.000Z (about 3 years ago)
- Last Synced: 2025-04-15T09:58:29.843Z (about 1 year ago)
- Topics: authentication, cookies, css, localstorage, react, vite
- Language: JavaScript
- Homepage: https://sams-todo-app.netlify.app/login
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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