Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelfimov/odin-todoapp
Todo app. Live: https://nelfimov.github.io/odin-todoapp/
https://github.com/nelfimov/odin-todoapp
css html javascript odin-project odinproject
Last synced: about 2 months ago
JSON representation
Todo app. Live: https://nelfimov.github.io/odin-todoapp/
- Host: GitHub
- URL: https://github.com/nelfimov/odin-todoapp
- Owner: Nelfimov
- Created: 2022-09-03T07:53:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T06:45:40.000Z (over 2 years ago)
- Last Synced: 2024-10-12T18:26:57.615Z (3 months ago)
- Topics: css, html, javascript, odin-project, odinproject
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Todo app in frontend
This is a pet project for learning JS by [Odin Project](https://www.theodinproject.com/).
Icons used are from [Google Library](https://fonts.google.com/icons).
App uses localStorage for saving tasks and projects.
## Future plans
- [ ] Animations;
- [ ] Modals for interacting with tasks;
- [ ] Better color palette;