Isai Aruvi is a modern music streaming web application designed with a clean green-themed UI and a smooth listening experience. The project focuses on simplicity, performance, and a Spotify‑like feel, built mainly using web technologies.
🔗 Live Demo: ISAIARUVI
- 🎧 Online music streaming
- 🔐 User authentication (Login system)
- 🎨 Modern green-themed UI (#1DB954 inspired)
- 🌫️ Blur & glassmorphism effects
- 📱 Responsive design (Mobile & Desktop)
- ⚡ Fast loading and smooth UI
-
Frontend:
- HTML5
- CSS3 / Tailwind CSS
- JavaScript
-
Backend:
- PHP
-
Database:
- MySQL
-
Server:
- Apache (XAMPP / Hosting server)
/ (root)
├── assets/ # Images, icons, music files
├── css/ # Stylesheets
├── js/ # JavaScript files
├── includes/ # Header, footer, config files
├── auth/ # Login & authentication logic
├── index.php # Main landing page
└── README.md # Project documentation- Clone the repository
git clone https://github.com/PTharanan/Music.git- Move the project to your server directory
htdocs/Music- Import the database
- Open phpMyAdmin
- Create a database (e.g.,
isai_aruvi) - Import the provided
.sqlfile
- Configure database connection
$host = "localhost";
$user = "root";
$password = "";
$dbname = "isai_aruvi";- Run the project
http://localhost/isai-aruvi
- Passwords are stored using bcrypt hashing
- SQL injection protection using prepared statements
- Session-based authentication
Login page, Home page, Artist page
- ❤️ Like & playlist system
- 📥 Offline mode (PWA)
- 🌙 Dark / Light mode toggle
- Tharanan
- Project Name: Music
This project is open-source and available under the MIT License.
⭐ If you like this project, don’t forget to give it a star!