/music-db

šŸŽµ A Music Library web app using The Audio DB API šŸŽµ

Primary LanguageTypeScriptMIT LicenseMIT

A music library interface using React in front-end and The Audio DB's API as back-end

Live

Installation

Step 1 - clone the repo

$ git clone https://github.com/chrisvltn/music-db.git

Step 2 - cd in the repo

$ cd music-db

Step 3 - install dependencies

$ npm install

Step 4 - run application

$ npm start

In browser, open http://localhost:3000

Testing

$ npm run test

Deployment

$ npm run deploy

Built with

Main Features

  • - Search artist
  • - Albums list
  • - Recently viewed artists and albums
  • - Trending albums and singles

  • - Service Worker
  • - Browser database
  • - Add to Home Screen, Splash Screen, Standalone Mode
  • - Offline Cache Support
  • - Background Sync

License

MIT Ā© chrisvltn