Please sign in to access this page

Time to do it!

Time to do it! Used AI

12 devlogs
11h 18m
Created by Hannes

A simple to-do app that tracks how long tasks take.

Timeline

Now one can import their exported TODOs again.

Update attachment

Now one can export their TODOs, including the active ones and the history.
The file does not save if timers are running, so they are paused when imported again. This is intended, timers should not remain running while exported.

Update attachment

Here I needed to implement an edgecase check: If someone marks a TODO with a running timer as completed the timers have to be stopped before moving it to the history

Update attachment

Timer are implemented now! Whohoo!
Timers can run simultaniously and also keep running when the tab gets closed.

Update attachment

Now one can use the edit button to switch into the edit mode, then one can edit the name and the description. The edits can be canceled by selecting an other TODO element or be confirmed by pressing the confirm button. The edits get saved in the local storage so when one refreshes the page they persist.

Update attachment

I implemented that when you ceck a todo element it gets moved to the todo history. you can view the history on the history page. If you uncheck the element it moves back to the TODO page.

Update attachment

Now one can add and remove TODOs
TODO Elements are stored in the local storage of the browser so they persist after reloading

Update attachment

To support multiple Pages on the Website for the Graphs, the About page and history, I added a super simple router that just pastes the right content into the page depending the URI

Update attachment

It took quite some time, but I'm kinda happy with the UI now. I redesigned the UI to add a new TODO Element, now there is space to add a Description from the beginning. The design is not finished, as example, I will change the colors later, these are just placeholders, but for right now I need to implement some features, if I keep bothering about the UI I will go insane.

Update attachment
Geordie Elder Geordie Elder about 2 months ago
I use coolors.co as a tool for colour palettes, it’s looking great so far!

Okay, I really hate styling! I just can't get it right. Enough for today.

Update attachment

It's getting closer to the concept

Update attachment

I started of by drawing a concept sketch of how the UI should look like, now I am trying to implement this design as a mockup UI

Update attachment