Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 659 Bytes

personal-youtube-player

creation of a web application that allows to search and view videos online.

Overview : (https://github.com/facebook/create-react-app)

Maquette : (https://www.figma.com/file/lb54afAu8N7PwCMDEgv7vp/MovApp?node-id=0%3A1)

Technologies used

Reactjs HTML5, CSS3 and JS ES6+ (convention) Youtube API ESLint et Prettier for the style of code.

How to Install and Run the Project

Runs the app in the development mode.\

  1. npm install

  2. Create a Google API account here: (https://console.cloud.google.com/apis/api/youtube.googleapis.com)

Get your accesstoken and Client ID and put it in an .env file

  1. npm start