TaskFlow

TaskFlow Used AI

6 devlogs
2h 42m
•  Ship certified
Created by Rainier P.S.

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.

Timeline

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.

Update attachment

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.

Update attachment

Fixed some problems and added a back-to-top button for easier navigation.

Update attachment

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!

Update attachment

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.

Update attachment

Ship 1

1 payout of shell 7.0 shells

Rainier P.S.

16 days ago

Rainier P.S. Covers 1 devlog and 18m

Finished making the basic To-Do list app functionality and UI using Tailwind CSS.

Update attachment