mohitjaisal / VXPlayer

A fully custom media player made with javascript and basic HTML, CSS

Home Page:https://vxplayer.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VX Player Logo

A modern web player developed using only JavaScript, CSS and HTML

HTML 5 CSS 3 JavaScript
Github Contributors Github issues open Github code size Demo badge

🔰 About the project

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)

🚀 Demo

If you want to see the project in action you can take a look at the demo here.

image

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

❤️ Contribution

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.

About

A fully custom media player made with javascript and basic HTML, CSS

https://vxplayer.netlify.app


Languages

Language:JavaScript 44.5%Language:CSS 33.5%Language:HTML 22.0%