A beautifuly crafted video player front end.
A simple video player web application front-end. Not for production (maybe). Created by implementing DOM manipulation and History API. Created for the final project of a course submission.
Yes, just a frontend...
If you're building a video streaming platform, then you need an API server that designed to work for this project.
This project is designed to compatible with TeamPiped/Piped. See their Public JSON API.
- Clone this repository
- Copy
sample.env
to.env
- Fill your API url
Development
npm run dev
Production
npm run build