VX Player is a fully custom media player made with JavaScript and basic HTML, CSS. Some of the functionalities that the player supports at the moment are:
- play/pause the video
- increase/decrease volume
- support full screen mode
- slow down/speed up the video
- see the current time and total duration of the video (with a progress bar and also as text)
If you want to see the project in action you can take a look at the demo here.
Otherwise you can clone the repo locally on your machine and then open the index.html
inside your browser.
git clone https://github.com/mohitjaisal/VXPlayer.git
If you want to contribute to the project, the first thing you need to do is create an issue with the problem/future that you want to add. When you are assigned (meaning the issue has been approved) you can fork this repo and begin working on the project.
When you are done, you can create a pull request explaining what you've done and what issue you are closing (adding a reference to it).
After that, if your PR follows the code style and fix or add something to the project will be merged inside the project.