Skip to content

wjsc/catalogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalogue

Firebase Auth

alt text

Home page

alt text

Artist page

alt text

Album page

alt text

Search

alt text

Favorites

alt text

History

alt text

Artist

  • Search artists
  • Play artist (Random 15 Tracks)
  • Get albums
  • View artist

Album

  • Play album
  • Search albums
  • View album

Tracklist

  • Add track to tracklist
  • Remove track from tracklist

Track

  • Play track
  • Search tracks

Favorites

  • Play favorites
  • Add track to favorites
  • Remove track from favorites
  • View favorites

User

  • Autenticate

Historial de reproducciones

  • View history
  • Play history

Service Worker

  1. To test the service worker, you need to build the production bundle.

Production

  1. Set envvars in .env.production
  2. Execute npm run build
  3. Install serve : npm install -g serve
  4. Serve the static builded files: serve -s build