A modern, responsive music player web application built with React and TypeScript. Explore, search, and enjoy your favorite tracks with a sleek user interface.
Experience Vibetune live: https://vibe-tune.vercel.app/
- 🎧 Music playback controls (play/pause, skip, previous)
- 🔍 Interactive search functionality
- 📱 Fully responsive design
- 🎨 Modern UI with smooth animations
- 📚 Album and playlist management
- 🛠 Type-safe development with TypeScript
- Framework: React
- Build Tool: Vite
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Lucide Icons
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/devXprite/vibe-tune.git
- Install dependencies:
cd vibe-tune
npm install
- Run the development server:
npm run dev
The application is deployed on Vercel. The production build can be created using:
npm run build
Contributions are welcome! Please open an issue first to discuss what you would like to change.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.