A music library for you to listen and store your favorite music. Create your own playlist in a personal space authenticated with Firebase. Explore all the features here and have fun!
- Create a new project in Firebase
- Copy the API details and paste it in firebase.js
- Open your terminal and type
npx create-react-app project-name
andnpm start
You can go API credentials in Google https://console.developers.google.com/apis/credentials ,click on the "Browser Key", and then you can restrict your API key.
Read here for more details.
-
Sign in/Sign up You can either sign in with Google or with your own email account, all data will be authenticated with Firebase.
-
Upload your Album You have to have at least your album image, album audio, and album name to be able to upload. All data will be stored in Firebase database and Firebase storage.
-
Edit/Delete your Album You can edit details such as album image, audio, description, etc... and save it, and again image, audio, name shouldn't be left blank, or you can also delete the whole album.