A web-based video player built with Vite and React.
This project is a web-based video player that allows users to play and control videos on a web page. It is built using Vite, a fast build tool for modern web applications, and React, a popular JavaScript library for building user interfaces.
- Play and pause videos
- Control video playback (seek, volume, etc.)
- Full screen mode
- Customizable player controls
- Support for multiple video formats (e.g., MP4, WebM)
- Clone the repository:
git clone https://github.com/dev-pengi/sif-player.git
- Install dependencies:
with npm
cd sif-player
npm install
with yarn
cd sif-player
yarn
- Start the development server:
with npm
npm run dev
with yarn
yarn dev
- Open your browser and navigate to
http://localhost:5173
.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
For any questions or inquiries, please contact [email protected].