https://github.com/dev-pengi/sif-player
a powerful web based video player, with advanced user friendly controllers and the support for many features
https://github.com/dev-pengi/sif-player
solution video-player web-player
Last synced: 11 months ago
JSON representation
a powerful web based video player, with advanced user friendly controllers and the support for many features
- Host: GitHub
- URL: https://github.com/dev-pengi/sif-player
- Owner: dev-pengi
- License: mit
- Created: 2023-08-18T20:22:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T21:15:00.000Z (over 1 year ago)
- Last Synced: 2025-03-15T13:11:21.742Z (about 1 year ago)
- Topics: solution, video-player, web-player
- Language: TypeScript
- Homepage: https://player.sifedine.com
- Size: 989 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Sif Player
[]()
[]()
[]()
[]()
---

A web-based video player built with Vite and React.
## Description
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.
## Features
- 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)
## Installation
1. Clone the repository:
```shell
git clone https://github.com/dev-pengi/sif-player.git
```
2. Install dependencies:
> with npm
```shell
cd sif-player
npm install
```
> with yarn
```shell
cd sif-player
yarn
```
## Usage
1. Start the development server:
> with npm
```shell
npm run dev
```
> with yarn
```shell
yarn dev
```
1. Open your browser and navigate to `http://localhost:5173`.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)
## Contact
For any questions or inquiries, please contact [siffffdoul@gmail.com](mailto:siffffdoul@gmail.com).

