Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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;