A dynamic and interactive music player built with React and Context API. This project allows users to select, play, and manage songs with a responsive UI.
-> Song Selection: Click on any song to play it.
->Active Song Highlighting: Visual feedback for the currently playing song.
-> Global State Management: Using React Context API to manage song playback and active state across components.
-> Responsive Design: Optimized for both desktop and mobile views.
-> React: A JavaScript library for building user interfaces.
-> Context API: For state management across components.
-> TailwindCSS: For rapid styling and responsive layouts.