Music Player App This project is a web-based music player application built using React, Tailwind CSS, and Vite. It allows users to play, pause, and skip tracks, as well as add songs to a playlist and play songs from either the playlist or all available songs.
View this site here Blitzzplayer.
Play/pause functionality
Skip track functionality
Add songs to playlist
Play songs from playlist or all songs
Responsive design using Tailwind CSS
React - JavaScript library for building user interfaces
Tailwind CSS - Utility-first CSS framework
Vite - Build tool for modern web development
git clone https://github.com/Anubhav-dev-web/CodeClauseInternship_Music-player.git
cd music-player
npm install
npm run dev