A project of a simulated music streaming service with authentication, authorization, database and hosting with Firebase.
It allows creation and storage of playlists with it's songs names, artists and cover images.
In this project, the API key is declared as a local environment variable. A new key must be created at https://firebase.google.com/ and replaced in the src/firebase/config.js file.
🔗 https://playlist-vue-project-a4e60.web.app/
- Install dependencies
npm install
- Preview the site as it will appear once deployed
npm run serve
3.Generate a full static production build
npm run build
Color | Hex |
---|---|
Dark Gray | #0a192f |
Light Gray | #112240 |
Warning | #233554 |