Try it out here: https://mytodonow.com
I created this todo app to practice my React skills.
It gives you the ability to have unlimited named todo lists.
It has dark/light mode and it also sorts checked/unchecked items.
Right now all data is stored and retrieved from localStorage, so it is purely frontend.
- Implement login/user authentication
- Set up backend so user can access lists from anywhere
- Implement animation on list reorder and new list creation