Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 1.6 KB

README.md

File metadata and controls

88 lines (61 loc) · 1.6 KB

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