This Open-Source repository is all about creating new Video Conferencing Website with Basic Technologies
- This is the project where we will be creating a video conference web app with most basic tech stack ever with agora api.
- We will first create User Interface
- Configuring our project with API.
- Implimenting basic function used for API.
- Final Touches
-
Clone the Forked Repository
-
Navigate to the Forked Repository
cd name -
Create a New Branch
git checkout -b <new-branch-name> -
Commit your changes
git commit -m "Message" -
Push your code from local Repository to Remote Repository
git push -u origin <your_branch_name> -
Create a Pull Request At the End, Go to your remote repository in the browser and click on the
Compare & Pull RequestThen add a title and description to your pull request that explains your precious effort.
Congratulations! 🥳 Relax until your Pull Request gets merged.
After your pull request gets merged
- use
git pull origin maincommand to pull the main branch to your local machine.
- We will follow some rules and guidelines to maintain this repository. Please read code of conduct very carefully.


