Open comments for this post
this is just some like stuff about the project so far..
features:
The first feature is that you can make tasks arranged by priority (high/med/low), as well as categories that are color associated (srry colorblinders).
- I looked at a lot of other projects before deciding to implement this, in which i developed a capacity meter which I thought was genius way to not overload the day!
- You can also view your tasks in various ways (not tryna get too technical with the devlogs btw)
- Hey, who doesnt love goals man. well now track em with progress sliders + rings, deadlines, color-coded status badges, and a stats sidebar.
- Added a focus timer for tasks (like a pomodoro as well)
- A streak calendar was also added (just a small feature right now, gonna expand later)
- Memos are thing yk… just quick notes basicially
- There is a journal feature for a markdown editor. so now you can write a journal for each day, and make it look fancy schmancy!
- when you open the app it gets added to the system tray. (prolly gonna expand this too)
- Dark/Light mode (pretty self explanatory ngl)
- Keyboard shortcuts (same here)
bugs/issues along the way:
- stray “ after the Journal nav
- missing closing } on the @media(min-width:2000px) block
- the add task form doesn’t reset properly when closed without submitting (priority pills and desc field stay dirty)
things to note (for me)
- no way to export your data since it’s all in localStorage
- also lowk some text clippage in the screenshot, how am i just now noticing this bro
Open comments for this post
worked on an html script as like a starting point for the app and then shifted into building the actual app. i decided to use tauri for this one as the main focus is for it to be a macos app!