Spotifyt
Spotifyt aims to combine the best of Spotify and YouTube into one app. It allows users to search for songs, create playlists, and play music. It also allows users to watch music videos for the songs they are listening to.
Technologies Used
Features
- Search for songs/videos
- Upload songs/videos
- Interactive music player
- User authentication
App Setup
- Create a new Firebase project
- Enable the following Firebase services:
- Authentication
- Cloud Firestore
- Cloud Storage
- Hosting
- Create a new web app
- Copy the Firebase config object into
src/firebase.js
- Clone this repository
git clone https://github.com/54nd339/Spotifyt.git
- Install dependencies
npm install
- Run the app
npm run serve
- Deploy the app
npm run build
firebase deploy
To-Do
- Create a video player
- Enable Playlist functionality
- Enable Like/Dislike functionality