Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.09 KB

Video Player

Welcome to the Video Player repository! This repository contains a simple React video player application that allows users to enter any video link and watch the video on the page.

Getting Started

To get started, you will need to have Node.js installed on your computer. You can download Node.js from the official website here.

Once you have Node.js installed, you can clone this repository to your local machine using the following command:

  git clone https://github.com/hassamarifdev/video-player.git

After cloning the repository, navigate to the project directory in your terminal and install the project dependencies by running:

  npm install

Running the Application

To run the application, run the following command:

npm start

This will start a local development server at http://localhost:3000. You can open this URL in your web browser to see the video player application.

Usage

To use the video player, simply enter the link to the video you want to watch in the input field the video will start appear on the page.