D-Mind is a simple webapp that is a todo app for your browser. The name is a dutch abbreviation for dit moet ik nog doen, meaning "I still have to do this"
Features:
Easily Add and remove tasks of your todo list, saved in localstorage.
Backup your tasks by exporting them! You can import them later.
Imports are additions instead of replacements!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
The past 30 mins I have been tring to get search / filtering working with help of ai but I was not able to get it working so I gave up and added some other things (styling changes instead)
I created export and import buttons that allow you to - well - export and import a .json with your tasks to add them to your current list ( it will skip duplicates)
So I finally got the javascript working, now I am gonna fix the css to make it look better and maybe add features
I just finished making the basic html+css styling and basic stuff and started on the javascript (maybe with a lil help of chatgpt xD (I should really learn js fr though)
I will probaly do some small changes on the css later though