Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 748 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 748 Bytes

YouTube-UI-ReactJs

Screenshot

Redesigned feed UI for biggest online video sharing and social media platform YouTube using popular frontend framework ReactJs. The UI design is responsive. The data for UI is fetched using YouTube api.

Features

  • Aesthetic design
  • Responsive UI
  • API consumption using fetch
  • Smooth Animations

To use this repo:

  • clone the repo
  • install npm packages($ npm install)
  • create .env file at root of the project.
  • add environment variable REACT_APP_API_KEY='API KEY'. Obtain API key from(https://console.developers.google.com/)
  • run server using npm start