Noted is a notes app made with flask, it has a sorting system so you can sort your notes by alphabetical order or by oldest/newest, you can also edit/delete your notes.
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!
Added the sorting system and styled it as a select menu, i added 4 sorting options, alphabetical order by the title (A-Z/Z-A) and by date created, (Newest/Oldest) before i made this project i thought it'd be very hard but it was easier than i expected, this is my second flask project and i'm starting to get comfortable with flask.
Added an edit note option when you click on the note you want to edit, i'll also add a delete button, i'm debating whether to add it as a btb on the note from the main menu or from the edit note menu.
i added the backend functionality of actually adding a note, also added this flash message looks pretty meh so far, don't really know if i'll be changing it up honestly, also excuse the amount of notes i was testing that flash lol.
Forgot to add devlogs but i finished up the html, css and javascript functionality, added the flask boilerplate but still didn't add functionality, added a tasks view page and an add tasks page with an input for the title and a text area for the main content, also imported the datetime library to add a date created option in my database so that there can be a sorting system which i'll add in the future, i'm still pretty new to flask this is like my second project but hopefully it doesn't take me much time.