Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 611 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 611 Bytes

Music-Web-App-using-ReactJS

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

  1. Run it locally
  2. Clone the repo
  3. Do a npm install
  4. Put youtube API keys in the sample env file and rename it to .env
  5. Run it using npm start