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.
- Aesthetic design
- Responsive UI
- API consumption using fetch
- Smooth Animations
- 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