This project is a Spotify clone web application where users can add songs using Firebase Firestore and play them directly on the website.
- Firebase Integration: Utilizes Firebase Firestore for storing and retrieving songs.
- Song Display: Displays the added songs on the web interface.
- Song Player: Allows users to play the songs directly on the website.
- React
- Firebase (Firestore)
- HTML
- CSS
-
Clone the repository:
git clone https://github.com/aastha-cse/My-web-project.git cd spotify-clone-master
-
Install dependencies:
yarn install
-
Set up Firebase:
- Create a Firebase project at Firebase Console.
- Enable Firestore database.
- Add your Firebase configuration to src/firebase/config.js.
-
Run the app:
yarn start
-
Open the app:
Open http://localhost:3000 to view it in the browser.
- Add songs to the Firebase Firestore database.
- Open the Spotify clone website and see the added songs.
- Click on a song to play it directly on the website.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please submit an issue or a pull request.