Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 574 Bytes

Video-player is a web application built by using the React framework and it uses YouTube Data API v3.

You can get a list of videos based on the keyword you put on the search bar. You can click on any of the listed videos to play.

This little project is my effort to undrstand the basics of react and how it works.

Your suggestions are most welcome.

Thank you and have a good day!

To run this on your device,

  1. Download the zip file
  2. Extract it
  3. Navigate into the folder
  4. Run this command on the terminal(make sure you are on the project directory): npm start