From e1a1a737678c1c62e36df59a5a9d27cf2f4e01d7 Mon Sep 17 00:00:00 2001 From: Neha Date: Mon, 3 Oct 2022 20:47:45 +0530 Subject: [PATCH] added four new features (marking of notes as done or important, setting remiders and applying filters) --- Projects/1-Beginner/Notes-App.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Projects/1-Beginner/Notes-App.md b/Projects/1-Beginner/Notes-App.md index f4c5df66..ca49928b 100644 --- a/Projects/1-Beginner/Notes-App.md +++ b/Projects/1-Beginner/Notes-App.md @@ -10,11 +10,15 @@ Create and store your notes for later purpose! - [ ] User can edit a note - [ ] User can delete a note - [ ] When closing the browser window the notes will be stored and when the User returns, the data will be retrieved +- [ ] User can mark the note as done after completing it ## Bonus features - [ ] User can create and edit a note in Markdown format. On save it will convert Markdown to HTML - [ ] User can see the date when he created the note +- [ ] User can set reminder for some particular notes as per requirement +- [ ] User can mark some of the notes as important and a separate section for important notes can be created +- [ ] User can access the notes using filters like datewise and monthwise ## Useful links and resources