Add app idea

pull/405/head
Igor Melo 4 years ago
parent b47cf8261f
commit ad49955b66

@ -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)

@ -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

Loading…
Cancel
Save