Back to Projects
PH Tube
Video platform clone built with pure vanilla technologies demonstrating core web fundamentals.
🛠 Tech Stack
HTML5CSS3JavaScript
📋 About This Project
PH Tube is a YouTube-inspired video browsing platform built entirely with vanilla HTML, CSS, and JavaScript—no frameworks or libraries. It demonstrates a deep understanding of core web fundamentals including DOM manipulation, fetch API for dynamic content loading, and responsive CSS layouts without any build tools.
⚡ Challenges Faced
- Implementing complex UI interactions (search, filtering, modal playback) without any framework abstractions.
- Managing application state and DOM updates efficiently in pure JavaScript.
- Building a fully responsive video grid layout using only CSS Grid and Flexbox.
🚀 Future Plans & Improvements
01
Refactor to React for better component architecture and state management.
02
Add a backend with Node.js for actual video upload and storage.
03
Implement real-time view counts and comments using WebSockets.