Skip to content

Vaibhav-Samdani/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Clone

This project is a Spotify clone created by Vaibhav Samdani using HTML, CSS, and JavaScript. The purpose of this project is to replicate the user interface and functionality of the popular music streaming service Spotify.

Features

  • Music Playback: Users can play, pause, skip, and control the volume of songs.
  • Playlist Management: Users can create, edit, and delete playlists.
  • Responsive Design: The application is designed to work seamlessly across various devices and screen sizes.

Installation

  1. Clone the repository:

    git clone https://github.com/vaibhav-samdani/spotify-clone.git
  2. Navigate to the project directory:

    cd spotify-clone 
    
  3. Open the index.html file in your web browser.

Usage

  1. Sign up for an account or log in if you already have one.
  2. Search for your favorite artists, albums, or songs.
  3. Create playlists and add your favorite tracks to them.
  4. Enjoy listening to music!

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new pull request.

License

This project is licensed under the MIT License.

Contact

For any inquiries or suggestions, feel free to contact Vaibhav Samdani:

Acknowledgements

  • Special thanks to Spotify for inspiring this project.
  • This project was created as a part of my learning journey in web development.