This calculates and shows the total time required to watch a complete YouTube playlist by using playlist url. User can play the list's video here and also open those videos in youtube directly.
- Built using ReactJS
- React Context used for data and state management
- Axios is used for making HTTP calls
- Material UI is used for UI components, stylings and theming
- YouTube API service for fetching data
- Hosted on Netlify
- Clone this repo and run npm install.
- Go to YoutTube API Docuementation and follow the steps to generate and get an API key.
- Create an environment file named
.env
and add your YouTube API key in this file asREACT_APP_YOUTUBE_APIKEY = YOUR_API_KEY
. - Run
npm start