Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ragibasif/music-visualizer
Visualizer for some German songs.
https://github.com/ragibasif/music-visualizer
art audio basic cool-stuff css deutsch german html javascript language learning minimal music simple songs visual visualizer
Last synced: about 13 hours ago
JSON representation
Visualizer for some German songs.
- Host: GitHub
- URL: https://github.com/ragibasif/music-visualizer
- Owner: ragibasif
- License: mit
- Created: 2024-09-29T16:14:39.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T20:27:06.000Z (18 days ago)
- Last Synced: 2024-12-04T21:30:45.494Z (18 days ago)
- Topics: art, audio, basic, cool-stuff, css, deutsch, german, html, javascript, language, learning, minimal, music, simple, songs, visual, visualizer
- Language: JavaScript
- Homepage: https://deutschmusik.netlify.app/
- Size: 33.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music Visualizer
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.
![App Screenshot](./img/audio-visualizer-screenshot.png)
## Features
- 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.## Technologies Used
- HTML5: Structure of the website.
- CSS3: Styling and layout, including animations and responsiveness.
- JavaScript: Functionality for music control and visualizer.## Installation
1. Clone the repository:
```bash
git clone https://github.com/ragibasif/music-visualizer.git
```2. Navigate to the project directory:
```bash
cd music-visualizer
```3. Open index.html in your preferred web browser.
## Usage
1. Play Music: Click the play button to start the music and the visualizer.
2. Pause Music: Click the pause button to stop the music.
3. Next Song: Click the next button to skip to the next song.
4. Previous Song: Click the previous button to go back to the previous song.
5. Volume Control: Adjust the volume using the slider.## File Structure
```bash
music-visualizer/
│
├── index.html
├── styles.css
├── scripts.js
├── music/
├── img/
└── songs.json
└── LICENSE
└── README.md
```## Contributing
1. Fork the repository.
2. Create a new branch (git checkout -b feature-branch).
3. Commit your changes (git commit -am 'Add new feature').
4. Push to the branch (git push origin feature-branch).
5. Create a new Pull Request.## License
This project is licensed under the [MIT](https://choosealicense.com/licenses/mit/) License.