developer-student-clubs / Get2gether

This is the project where we will be creating a video conference web app with most basic tech stack ever with agora api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get2gether

image

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.

Work Flow

  1. We will first create User Interface
  2. Configuring our project with API.
  3. Implimenting basic function used for API.
  4. Final Touches

Tech Stack πŸ’»

HTML CSS JS Bootstrap

Getting Started πŸš€

  1. Fork this Repository
    Fork Image

  2. Clone the Forked Repository

  3. Navigate to the Forked Repository
    cd name

  4. Create a New Branch
    git checkout -b <new-branch-name>

  5. Make Changes
    changes

  6. Commit your changes
    git commit -m "Message"

  7. Push your code from local Repository to Remote Repository
    git push -u origin <your_branch_name>

  8. Create a Pull Request At the End, Go to your remote repository in the browser and click on the Compare & Pull Request Then add a title and description to your pull request that explains your precious effort. Pull Request Image

Congratulations! πŸ₯³ Relax until your Pull Request gets merged.

Note πŸ“

After your pull request gets merged

  • use git pull origin main command to pull the main branch to your local machine.

Code Of Conduct πŸ“–

  • We will follow some rules and guidelines to maintain this repository. Please read code of conduct very carefully.

Maintainers πŸ‘¨β€πŸ”§

Dhruv Dabhi

Kunj Patel

Chintu Bhanderi

About

This is the project where we will be creating a video conference web app with most basic tech stack ever with agora api

License:MIT License


Languages

Language:HTML 100.0%