From 7486c8a6a4d68666d763748008a777ab12429ffb Mon Sep 17 00:00:00 2001 From: Bhargav Butani <63716685+BhargavButani@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:50:08 +0530 Subject: [PATCH 1/4] New way to organize your zoom lectures schedule a weekly zoom lectures timetable for students and teachers out there. --- Projects/1-Beginner/Scheduled-Zoom-Lectures | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Projects/1-Beginner/Scheduled-Zoom-Lectures diff --git a/Projects/1-Beginner/Scheduled-Zoom-Lectures b/Projects/1-Beginner/Scheduled-Zoom-Lectures new file mode 100644 index 00000000..3fad6f81 --- /dev/null +++ b/Projects/1-Beginner/Scheduled-Zoom-Lectures @@ -0,0 +1,18 @@ +# Scheduled Zoom Lectures App For Students + +**Tier:** 1-Beginner + +Create and store your scheduled Zoom Lectures for directly open scheduled lecture on scheduled time! + +## User Stories + +- [ ] User can add a scheduled zoom lectures links in the form of weekly time table +- [ ] User can edit a lecture links and timing +- [ ] User can delete a links +- [ ] When closing the browser window the data will be stored and when the User returns, the data will be retrieved + +## Bonus features + +- [ ] user can swipe links directly. +- [ ] User can see the date when he added the scheduled zoom lecture in the table + From f42a154d153ea68748540bd756777b66c9edd2fe Mon Sep 17 00:00:00 2001 From: Bhargav Butani <63716685+BhargavButani@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:55:19 +0530 Subject: [PATCH 2/4] Rename Scheduled-Zoom-Lectures to Scheduled-Zoom-Lectures.md --- .../{Scheduled-Zoom-Lectures => Scheduled-Zoom-Lectures.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/1-Beginner/{Scheduled-Zoom-Lectures => Scheduled-Zoom-Lectures.md} (100%) diff --git a/Projects/1-Beginner/Scheduled-Zoom-Lectures b/Projects/1-Beginner/Scheduled-Zoom-Lectures.md similarity index 100% rename from Projects/1-Beginner/Scheduled-Zoom-Lectures rename to Projects/1-Beginner/Scheduled-Zoom-Lectures.md From 1a3423795ffb193f6a013c442d7b11cbc629ea2f Mon Sep 17 00:00:00 2001 From: Bhargav Butani <63716685+BhargavButani@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:59:44 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1daf218d..d2d1e21a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ required to complete them. | [Wind Chill](./Projects/1-Beginner/Windchill-App.md) | Calculate the windchill factor from an actual temperature | 1-Beginner | | [Word Frequency](./Projects/1-Beginner/Word-Frequency-App.md) | Calculate word frequency in a block of text | 1-Beginner | | [Weather App](./Projects/1-Beginner/Weather-App.md) | Get the temperature, weather condition of a city. | 1-Beginner | +| [Zoom Lectures Scheduler](./Projects/1-Beginner/Scheduled-Zoom-Lectures.md) | Set Weekly Zoom Lectures Links in Time table like app | 1-Beginner | ### Tier-2: Intermediate Projects From a55dfb3af11f0d407fc95613c65d7037c995b86d Mon Sep 17 00:00:00 2001 From: Bhargav Butani <63716685+BhargavButani@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:04:52 +0530 Subject: [PATCH 4/4] Update Scheduled-Zoom-Lectures.md --- Projects/1-Beginner/Scheduled-Zoom-Lectures.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Projects/1-Beginner/Scheduled-Zoom-Lectures.md b/Projects/1-Beginner/Scheduled-Zoom-Lectures.md index 3fad6f81..2fbf9044 100644 --- a/Projects/1-Beginner/Scheduled-Zoom-Lectures.md +++ b/Projects/1-Beginner/Scheduled-Zoom-Lectures.md @@ -16,3 +16,10 @@ Create and store your scheduled Zoom Lectures for directly open scheduled lectur - [ ] user can swipe links directly. - [ ] User can see the date when he added the scheduled zoom lecture in the table +## Useful links and resources + +- N/A + +## Example projects + +- N/A