diff --git a/Projects/2-Intermediate/Video-Conference-App.md b/Projects/2-Intermediate/Video-Conference-App.md new file mode 100644 index 00000000..164c4a57 --- /dev/null +++ b/Projects/2-Intermediate/Video-Conference-App.md @@ -0,0 +1,24 @@ +# Video Conference App + +**Tier:** 2-Intermediate + +You probably used Zoom or Meet before. +What about making your own video conference app? + +## User Stories + +- [ ] User can create a room with unique URL +- [ ] User can join a room using the URL + +## Bonus features + +- [ ] User can turn camera on and off +- [ ] User can turn microphone on and off + +## Useful links and resources + +[Zoom Clone Youtube Tutorial](https://www.youtube.com/watch?v=DvlyzDZDEq4) + +## Example projects + +[Zoom Clone Source Code](https://github.com/WebDevSimplified/Zoom-Clone-With-WebRTC) diff --git a/README.md b/README.md index f6557617..0416b2bd 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ required to complete them. | [Timezone Slackbot](./Projects/2-Intermediate/Timezone-Slackbot.md) | Display Team Timezones | 2-Intermediate | | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | +| [Video Conference App](./Projects/2-Intermediate/Video-Conference-App.md) | App for making video calls/conferences | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | ### Tier-3: Advanced Projects