Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theartifulprogrammer/savanna-video-player


https://github.com/theartifulprogrammer/savanna-video-player

Last synced: about 19 hours ago
JSON representation

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