This website allows users to play songs with an engaging visualizer. It offers intuitive controls for playing, pausing, and navigating through songs. The design is aesthetically pleasing, easy to navigate, and fully responsive across all devices.
Check out the demo.
- Play/Pause: Start and stop the music with a single button.
- Next/Previous: Navigate to the next or previous song in the playlist.
- Visualizer: Dynamic visual effects that react to the music being played.
- Responsive Design: Optimized for viewing on all devices, including desktops, tablets, and mobile phones.
- User-Friendly Interface: Clean, modern, and easy-to-use controls.
- HTML5: Structure of the website.
- CSS3: Styling and layout, including animations and responsiveness.
- JavaScript: Functionality for music control and visualizer.
- Clone the repository:
git clone https://github.com/ragibasif/music-visualizer.git
- Navigate to the project directory:
cd music-visualizer
- Open index.html in your preferred web browser.
- Play Music: Click the play button to start the music and the visualizer.
- Pause Music: Click the pause button to stop the music.
- Next Song: Click the next button to skip to the next song.
- Previous Song: Click the previous button to go back to the previous song.
- Volume Control: Adjust the volume using the slider.
music-visualizer/
│
├── index.html
├── styles.css
├── scripts.js
├── music/
├── img/
└── songs.json
└── LICENSE
└── README.md
- Read the DOCUMENTATION.
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.
This project is licensed under the MIT License.