To-Do List
To-Do List
2026/07/16
2026/07/23
A to-do list webapp where users can CRUD lists and todos, sort todos, and the user data is persisted even after a page refresh.
By using browser localStorage, this data persistance is possible without using cookies nor database tables nor requiring login.
localStorage is not without drawbacks - see details under Limitations.
Goal
▼Toolkit
▼Scope
▼Limitations
▼Total Tasks: 8