Skip to content

aastha-cse/My-web-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Spotify Clone

This project is a Spotify clone web application where users can add songs using Firebase Firestore and play them directly on the website.

Features

  • 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.

Technologies Used

  • React
  • Firebase (Firestore)
  • HTML
  • CSS

Installation

  1. Clone the repository:

    git clone https://github.com/aastha-cse/My-web-project.git
    cd spotify-clone-master
  2. Install dependencies:

    yarn install
  3. Set up Firebase:

  • Create a Firebase project at Firebase Console.
  • Enable Firestore database.
  • Add your Firebase configuration to src/firebase/config.js.
  1. Run the app:

    yarn start
  2. Open the app:

    Open http://localhost:3000 to view it in the browser.

Usage

  • 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.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please submit an issue or a pull request.

About

This project is based on - Spotify-clone (using react js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published