PulseTune is a modern, responsive web-based music player that lets you feel the pulse of your music. It features a sleek dark theme interface with playlist management, audio controls, and a responsive design that works across different devices.
Here's what the PulseTune application looks like on different devices:
- 🎵 Multiple playlist support
- 🎨 Dark theme interface
- 📱 Responsive design
- 🎚️ Volume control with mute option
- ⏭️ Next/Previous track navigation
- 🎼 Real-time progress bar
- 📑 Library management
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone the repository: git clone https://github.com/Ankittkr/PulseTune-Web-Player.git
- Navigate to the project directory: Project PluseTune
- Open
index.htmlin your browser or serve it through a local server.
- Playing Music
- Click on any playlist to view its songs
- Click on a song to start playing
- Use the playbar controls for play/pause, next/previous, and volume control
- Managing Playlists
- Navigate through different playlists from the library section
- Each playlist shows a cover image and description
- Click on playlist cards to view and play songs
- Audio Controls
- Use the progress bar to seek through the current track
- Adjust volume using the volume slider
- Toggle mute with the volume icon
- Navigate tracks using previous/next buttons
PulseTune/
├── img/ # Image assets
├── songs/ # Music files and playlist information
│ ├── Trending/
│ ├── Bollywood/
│ └── ...
├── index.html # Main HTML file
├── style.css # Main styles
├── utility.css # Utility classes
└── scripts.js # JavaScript functionality
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Font families from Google Fonts
- Icons and SVG assets from various open-source projects

