Glassmorph Music Player is a modern, stylish music player with a cool glassmorph background and fancy CSS styling.
- Dynamic Playlist Rendering: Automatically generates a playlist from provided audio URLs.
- Metadata Extraction: Displays track information such as title, artist, album, and duration.
- Playback Controls: Includes play, pause, next, and previous buttons.
- Progress Bar: Displays and allows seeking within the current track.
- Responsive Design: Ensures a consistent experience across different devices and screen sizes.
- A modern web browser with JavaScript enabled.
- Internet connection to access the audio files.
- Clone the repository:
git clone https://github.com/oddava/music_player
- Navigate to the project directory:
cd music_player
- Open the
index.html
file in your web browser.
- Open the index.html file in your preferred web browser.
- The player will automatically load and display the playlist.
- Use the playback controls to play, pause, skip, or seek through tracks.
- Click on any track in the playlist to start playing it.
- Playlist Management: Allow users to create and manage their own playlists.
- Shuffle and Repeat: Implement shuffle and repeat features.
- Local Storage: Save user preferences and playback state using local storage.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.