Skip to content

Repository files navigation

🎵 இசை அருவி (Isai Aruvi)

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


✨ Features

  • 🎧 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

🛠️ Tech Stack

  • Frontend:

    • HTML5
    • CSS3 / Tailwind CSS
    • JavaScript
  • Backend:

    • PHP
  • Database:

    • MySQL
  • Server:

    • Apache (XAMPP / Hosting server)

📂 Project Structure

/ (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

🚀 Installation & Setup

  1. Clone the repository
git clone https://github.com/PTharanan/Music.git
  1. Move the project to your server directory
htdocs/Music
  1. Import the database
  • Open phpMyAdmin
  • Create a database (e.g., isai_aruvi)
  • Import the provided .sql file
  1. Configure database connection
$host = "localhost";
$user = "root";
$password = "";
$dbname = "isai_aruvi";
  1. Run the project
http://localhost/isai-aruvi

🔒 Security Notes

  • Passwords are stored using bcrypt hashing
  • SQL injection protection using prepared statements
  • Session-based authentication

📸 Screenshots

Login page, Home page, Artist page

image image image

📌 Future Improvements

  • ❤️ Like & playlist system
  • 📥 Offline mode (PWA)
  • 🌙 Dark / Light mode toggle

👨‍💻 Author

  • Tharanan
  • Project Name: Music

📄 License

This project is open-source and available under the MIT License.


⭐ If you like this project, don’t forget to give it a star!

About

A PHP & MySQL based music streaming web application featuring an admin panel, artist dashboard, and dynamic audio playback.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages