Spotify Clone A Spotify clone implemented in Kotlin.
Description This project is a clone of the popular music streaming service, Spotify. It allows users to sign up, log in, browse music, create playlists, and play songs.
Features User authentication (sign up, log in, log out) Browse songs by genre, artist, album Create and manage playlists Search for songs, artists, and albums Play songs with basic playback controls (play, pause, skip) Technologies Used Kotlin Android SDK Firebase Authentication Firebase Realtime Database Spotify Web API (for fetching music data) Installation Open the project in Android Studio. Connect your Firebase project by following the Firebase setup instructions. Build and run the project on an Android device or emulator. Usage Sign up for an account or log in if you already have one. Browse music by genre, artist, or album. Search for songs, artists, or albums using the search bar. Create playlists and add songs to them. Play songs by clicking on them in the playlist. Contributing Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.