TaskFlow is a simple, theme-aware To-Do List app for organizing tasks.
Filter, sort, and manage your tasks with a clean interface and light/dark mode.
dave9123
Check their projects out: Lenie, Recall Me, InstaQuote
Rubiriku
Check their projects out: Arcade game hub, Theme-jekyll
Realzzy
Check their project out: Suspy - Link moderation made easy
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I finally added mobile support and also basic SEO to the website! Next, I want to add time data, in addition to the date, for the tasks added.
I have added a date added information and a sorting feature based on the date added. I plan to improve mobile support for the next update.
A critical enhancement has been implemented in the ToDo list app: tasks are now persistently saved using the browser’s localStorage API. This means users’ tasks will remain available even after refreshing or closing the page, greatly improving usability and reliability.
The app serializes the tasks array to JSON and stores it in localStorage every time a task is added, deleted, or its status is changed. On page load, the app checks for existing tasks in localStorage and loads them into the UI if present. All task modifications (add, delete, status update) automatically trigger a save, ensuring the data is always up-to-date. No backend or account is required; persistence is handled entirely client-side for fast, offline access This update makes TaskFlow a truly usable and dependable ToDo list app for everyday use!
Starting to continue my project on day 2. I plan to add an information overlay, a grid view for tasks, and support more device formats. All improvements will still use HTML, Tailwind CSS, and JavaScript.