Custom Checklist App

Made a custom checklist app where you can create tasks, add them to groups, and mark them! Demo here → website

Some features include:

  • Login page to save your tasks
  • Groups
  • Star important tasks
  • Delete tasks
  • Delete groups
  • Mark tasks as completed

Its pretty simple so far and I’m open to any suggestions for the app

5 Likes

That’s really cool! Just a tiny thing I want to mention about security, like you can use hashlib.sha256() to protect the usernames and the passwords exposed in raw text to everyone since you’re using python

Yea, It was meant for like a personal project and the password I used aren’t real :man_shrugging:
Maybe I’ll fix it in the future :joy: