https://github.com/markalexi/videoplayer
Video player for site on JavaScript.
https://github.com/markalexi/videoplayer
Last synced: 4 months ago
JSON representation
Video player for site on JavaScript.
- Host: GitHub
- URL: https://github.com/markalexi/videoplayer
- Owner: MarkAlexI
- License: mit
- Created: 2024-03-29T07:26:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T14:17:17.000Z (about 2 years ago)
- Last Synced: 2025-03-06T04:19:49.015Z (over 1 year ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# videoPlayer
Custom Video Player on HTML. Used RollupJS, Tailwind with postcss and eslint.

The source code is divided into modules. To install dependencies, type `npm install`. Run in terminal `npm run start` for starting server. Run `npm run build` for building the project.
The functions of play/pause, fast forward and backward by 10 seconds, a progress bar and rewinding with it, selecting a file for playback from the file system, and entering a network source are implemented.
Switching to full screen mode with screen freezing on mobile devices also works.