Skip to content

ftr9/wave-musicplayer

Repository files navigation

MUSIC PLAYER WITH WAVES

Music player with waves is where you can play, pause and change music with its background along with waves .you can drag left or right and seek to any part of the song you like.

Tech

  • Vanilla js - for the interaction with songs
  • HTML + CSS - for frontend i.e styling
  • wavesurfer.js - an open-source audio visualization library for creating interactive, customizable waveforms.
  • pexels.com - for high quality images
  • vite - for frontend tooling

FEATURES

  • play,pause and change songs
  • beautiful wave form to visualize beats of songs
  • seek to any part of the song by interacting with wave forms

GLIMPSE

image second

third

INSTALLATION

  1. clone the repo and change directory to project folder
    npm install
  1. run below command to start dev server
    npm run dev