Tasky banner

Tasky

6 devlogs
23h 56m 7s

A Vite-based React project for task management.

Philosophy: “Every task can be reduced to smaller ones.”

Demo Repository

Loading README...

bgtulk

Hi!

So, here is the new changes today:

  • Fixed subtask dot alignment
  • Added owner to Assigned field - Project creator now appears as option when assigning tasks
  • Wavy underline for assigned tasks
  • Contributor picture outline
  • Priority feature - Added High/Medium/Low priority with selector, auto-sorting
  • Jiggle animation on reorder - Tasks animate when priority or done status changes
  • Sibling animation on reorder
  • Auto Assign setting - New preference to auto-assign new tasks to yourself (default off)

As always, if you want to try it out, you can:
https://tasky.bgtulk.dev/

Attachment
Attachment
0
bgtulk

I fixed some bugs and added guest mode
Keep in mind that if you want the full experience you should login!

And made simple landing page.
https://tasky.bgtulk.dev/

Attachment
Attachment
Attachment
0
bgtulk

Woow, that was a long run, but it was worth it!

Whats new:
Accounts!
High security for them:

  • JWT (JSON Web Tokens)
  • Bcrypt Hashing
  • Token Blacklisting
  • Secure Registration
  • Helmet.js
  • Rate Limiting
  • CORS
  • Payload Limits
  • SQL Injection Prevention
  • Strict Authorization
  • Profile Protection
  • Contributor Control
  • login form

task contributors


Animations and attention to the detail

  • bug fixes
  • tab icon

Settings Preferences

  • Push Completed to Bottom
  • Auto New Task
  • Impact Jiggle
  • Hold Delay
  • Sort Tasks By

Demo uploaded!

I hosted it on vercel.com

  • it was quite a challenge idk why, maybe because the connection with the database

Idk if Im missing something, but that’s it for now!

Test the demo and give some feedback ;)

https://tasky.bgtulk.dev/

Attachment
Attachment
Attachment
Attachment
Attachment
Attachment
2

Comments

Trey
Trey 6 days ago

The UI is so nice, great job!

bgtulk
bgtulk 6 days ago

thanks!

bgtulk

Here what I added and fixed:

  • Tasks now remember if they were expanded or collapsed.
  • Made editing fields (Description, Dates, etc.) easier to click with larger areas.
  • Added a smooth orange fade background when pressing interactive areas.
  • Removed the confusing text input, ensuring the native calendar opens correctly, defaults to the right date.
  • Added small text (e.g., “due in 5 days”) next to task names.
  • If a parent task is collapsed, it now checks its children and warns you (e.g.,
    (sub: due tomorrow)
    ) so you don’t miss hidden deadlines.
  • Changed opening/closing animations to be faster
  • Added a physics-like “jiggle” effect to the parent task when its details or subtasks snap shut.
  • Fixed the glitch where the highlight color would flash or reverse if you held a task too long(for expanding the details menu)

here’s a video that shows the new things:

0
bgtulk

This isn’t just another generic to-do list. This is a productivity and collaboration tool, engineered for high-level efficiency and team synergy.

Progress Update:

  • Core UI/UX: Completed the primary design for the Project Tree task structure.

  • Task Management: Developed the Details Menu.

  • Backend Foundation: Finalized the Database Schema.

Till next devlog!

*Don’t look the broken English in the notebook demo :)

Attachment
0