From 2a705c72054c4279201669641b19565f8a0a77af Mon Sep 17 00:00:00 2001 From: Artan Muzhaqi Date: Wed, 6 May 2020 11:15:21 -0400 Subject: [PATCH] Update Calendar-App.md Add a link to my sample calendar GitHub code that matches the requirements for this project and satisfies most of the user stories. --- Projects/1-Beginner/Calendar-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Calendar-App.md b/Projects/1-Beginner/Calendar-App.md index 10f54eaf..f75e6f70 100644 --- a/Projects/1-Beginner/Calendar-App.md +++ b/Projects/1-Beginner/Calendar-App.md @@ -31,3 +31,4 @@ Style your own calendar according to your requirement ## Example projects - [Simple calendar](https://medium.com/@nitinpatel_20236/challenge-of-building-a-calendar-with-pure-javascript-a86f1303267d) +- [eCalendar](https://github.com/muzhaqi16/eCalendar)