Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theartifulprogrammer/savanna-video-player
https://github.com/theartifulprogrammer/savanna-video-player
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/theartifulprogrammer/savanna-video-player
- Owner: TheArtifulProgrammer
- Created: 2024-03-04T14:05:40.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T15:32:13.000Z (8 months ago)
- Last Synced: 2024-11-10T11:33:25.308Z (about 2 months ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Video Player with React and Video.js
This project implements a custom video player using React and the Video.js library. Custom CSS has been added to `src/App.css` to style the player, and configurations for Video.js, including theme settings, are defined in the `VideoJs.js` file. The actual player component is implemented in `Player.js`.
## Getting Started
To get started with the custom video player, follow these steps:
1. **Clone the Repository**: Clone this repository to your local machine using the following command:
git clone https://github.com/TheArtifulProgrammer/savanna-video-player
2. **Install Dependencies**: Navigate to the project directory and install the necessary dependencies using npm or yarn:
```bash
npm install
# or
yarn install