Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 1.77 KB

README.md

File metadata and controls

86 lines (54 loc) · 1.77 KB

Sif Player

GitHub license GitHub issues GitHub stars GitHub forks


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:
git clone https://github.com/dev-pengi/sif-player.git
  1. Install dependencies:

with npm

cd sif-player
npm install

with yarn

cd sif-player
yarn

Usage

  1. Start the development server:

with npm

npm run dev

with yarn

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.

Acknowledgements

Contact

For any questions or inquiries, please contact [email protected].

Sif Player Sif Player