From 430ae509d3b5a7df493e60b9aa37226f3b1dd8ea Mon Sep 17 00:00:00 2001 From: Adhiraj Date: Sun, 11 Oct 2020 17:17:47 +0530 Subject: [PATCH] added bonus feature. --- Projects/1-Beginner/Notes-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Notes-App.md b/Projects/1-Beginner/Notes-App.md index f4c5df66..ac29d2ac 100644 --- a/Projects/1-Beginner/Notes-App.md +++ b/Projects/1-Beginner/Notes-App.md @@ -15,6 +15,7 @@ Create and store your notes for later purpose! - [ ] 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 sync notes using Git ## Useful links and resources