diff --git a/Projects/1-Beginner/Scheduled-Zoom-Lectures.md b/Projects/1-Beginner/Scheduled-Zoom-Lectures.md new file mode 100644 index 00000000..2fbf9044 --- /dev/null +++ b/Projects/1-Beginner/Scheduled-Zoom-Lectures.md @@ -0,0 +1,25 @@ +# 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 + +## Useful links and resources + +- N/A + +## Example projects + +- N/A diff --git a/README.md b/README.md index 2d209743..f139623a 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,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