A web-application that allows users to listen and download latest trending music using YouTube API. It has distinct features like media player with all controls, recommended songs, shuffle playlist, repeat playlist, sleep timer, trending songs of the country, offline download using Indexed DB and Google-o- auth login.
An open source progressive music app made with Javascript using ReactJS and Material-Ui.
Steps to run it
- Run it locally
- Clone the repo
- Do a npm install
- Put youtube API keys in the sample env file and rename it to .env
- Run it using npm start