Skip to content

chrisvltn/music-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

73 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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