This is a responsive music player web application with several features including song search, favorites, repeat, and more. The project is built using HTML, CSS, and JavaScript, and it's inspired by a Spotify redesign UI kit.
Check out the live version of the application here.
- Responsive Design: The music player is fully responsive, providing a seamless experience across devices.
- Song Search: Search for songs easily using the built-in search feature.
- Favorites: Add your favorite songs to a dedicated favorites list for easy access.
- Repeat Functionality: Loop songs with the repeat function to listen to them endlessly.
- Play/Pause/Skip: Control playback with standard play, pause, and skip options.
- Volume Control: Adjust the volume to your preference directly within the player.
- HTML: For the structure of the application.
- CSS: For styling and making the application responsive.
- JavaScript: For functionality and interaction within the app.
This music player’s design was inspired by a Spotify redesign UI kit available on Figma. You can view the original design here.
-
Clone this repository:
git clone https://github.com/arianimmen/Music-Player-Practice.git
-
Navigate to the project directory:
cd Music-Player-Practice
-
Open the index.html file in your browser to view the application.
Contributions are welcome! If you would like to contribute, please fork the repository and create a pull request.
- Design Inspiration: Thanks to the creator of the Spotify redesign UI kit on Figma for the design inspiration.