From 62ded4e8710faf923cfb4b07bb0071939cf8f038 Mon Sep 17 00:00:00 2001 From: Samy <200020040@iitdh.ac.in> Date: Fri, 1 Oct 2021 21:12:37 +0530 Subject: [PATCH] Added bonus features to the Calendar-App project --- Projects/1-Beginner/Calendar-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/1-Beginner/Calendar-App.md b/Projects/1-Beginner/Calendar-App.md index f75e6f70..b2609dd8 100644 --- a/Projects/1-Beginner/Calendar-App.md +++ b/Projects/1-Beginner/Calendar-App.md @@ -21,6 +21,8 @@ Style your own calendar according to your requirement - [ ] User can set reminder for a event - [ ] Change theme (light/dark) (play with css), play with css 😄 - [ ] Store data locally so that events does not get deleted when server is restarted +- [ ] Create, manage and remove TODO lists for each day. +- [ ] Schedule Tasks for some specific date. ## Useful links and resources