- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
A real time messaging & video calling web app.
[MarpleX] is a real time messaging & video calling web app.
- HTML
- CSS
- Javascript
Client
<li>
<a href="#">Index.html</a>
</li>
<li>
<a href="#">main.js</a>
</li>
<li>
<a href="#">Style.css</a>
</li>
-
[Allow users to make video and audio calls with other users in real-time.]
-
[Users are able to chat with each other during video calls ]
-
[The web app has a user-friendly interface, with easy-to-use controls and intuitive navigation, to ensure a smooth and enjoyable user experience.]
To get a local copy up and running, follow these steps.
-
In order to run this project you need:
-
git: A tool for managing source code
-
Visual Studio Code: A source code editor
-
Live Server: A simple web server utility for Visual Studio Code
Clone this repository to your desired folder:
- Copy this link
- get to the directory that you want to clone the repository.
- open the command prompt in this directory.https://github.com/RitaDee/marplex-video-rtm.git`
- go to the repository folder in your command prompt cd project file
- write
code .
to open the project in visual studio code. - Create an account on agora.io and create an app to generate an APP ID
- Update APP ID, Temp Token and Channel Name in room_rtc.js
let APP_ID = "YOUR-APP-ID"
To run the project, execute the following command:
- In visual studio press
alt + L + O
then the project will open on your browser "http://127.0.0.1:5500/".
npx stylelint "/*.{css,scss}"**
: To test css codenpx stylelint "**/*.{css,scss}" --fix
: To fix some CSS errors if found.npx eslint .
: To test Eslint Reportnpx eslint . --fix
: To fix some JS errors if found
Mention all of the collaborators of this project.
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- [Privacy and security]
- [User profile management]
- [Notifications]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, Give a ⭐️...
I would like to thank agora for their resource...
-
[Are you sure that you are owner of this work]
- [Yes, I am]
-
[Can you make the work to be responsive]
- [yes]
This project is MIT licensed.