#React Music-Player
A simple music player built with react.js that allows users to play, pause, skip and navigate through a playlist of songs.
##Features
Play, Pause and skip buttons. Volume control and mute functionality. Displays songs title and artist name. Resposive design for desktop devices.
##Usage
Add your songs to the src/assets folder (or wherever you store your audio files). Modify the songList state or the relevant component to include the tracks and their details (name, artist, etc.). Use the provided functions to control audio playback (play, pause, skip, etc.).
##Technologies Used
React.js CSS / SCSS (for styling) JavaScript (ES6+)