🎧 MiniTube — Sound Player Project
MiniTube is a simple sound player web application that uses YouTube video links to play audio and build a dynamic list of previously played items.
This project was created as a practice exercise to strengthen core HTML, JavaScript, and CSS skills, with a focus on DOM manipulation, event handling, and UI updates.
⚔️ Current Features
-
Accepts direct YouTube video links
-
Plays audio from the provided links
-
Automatically creates a list of played items
-
Dynamic UI updates using JavaScript
🧠 Tech Stack
-
HTML5
-
CSS3
-
Vanilla JavaScript
🛠️ What This Project Demonstrates
-
DOM manipulation and event handling
-
Basic media handling logic
-
Clean separation between structure, style, and behavior
-
Frontend fundamentals without frameworks
🌱 Purpose
MiniTube was built to practice and reinforce frontend basics, focusing on understanding how interactive web components work under the hood.
“A small project, but every journey begins with a single line of code.”