A music library interface using React in front-end and The Audio DB's API as back-end
$ git clone https://github.com/chrisvltn/music-db.git
$ cd music-db
$ npm install
$ npm start
In browser, open http://localhost:3000
$ npm run test
$ npm run deploy
- - React
- - Typescript
- - JSS - CSS in JS
- - LocalForage - Web data store manager library developed by Mozilla
- - 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
MIT Β© chrisvltn