Noted

Noted Used AI

4 devlogs
5h 44m
•  Ship certified
Created by Mustafa

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.

Timeline

Ship 1

1 payout of shell 50.0 shells

Mustafa

20 days ago

Mustafa Covers 4 devlogs and 5h 44m

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.

Update attachment

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.

Update attachment

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.

Update attachment

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.

Update attachment