MusiVibe is a ReactJS based music player web application.
🔗 Link to the live project: Click Here↗️
- The whole application is built using pure ReactJS ans using React hooks.
- The styling of the application is done using SASS
- The whole application codebase is well structured and well commented with effectively using the feature of React Components.
- Really cool toggle animation on Song library display.
- Customized music controls with colors inherited from the Current song image.
- Fork this repository or download Zip file directly
- After fork, go to code and copy the https link
- In your editor:
git clone < your copied link >
cd musivibe
npm install
npm start