A feature-rich Music Player web app in React, resembling Spotify, with a focus on building a sleek UI.
In-progress work involves designing the user interface and laying the foundation for the app's fully functional features.
Visit the live deployment of this project (https://music-web-app-pardhu.vercel.app/).
Music.app.demo.mp4
Clone the project
git clone https://github.com/Lonka-Pardhu/music-web-app.gitGo to the project directory
cd music-web-appInstall dependencies
npm installStart the server
npm run dev