Utube is a YouTube-inspired video streaming platform built using React (Vite) for the frontend and Node.js + Express for the backend.
The goal of this project is to replicate core features of a modern video platform while learning full-stack development, API design, and scalable UI architecture.
- 🎥 Video playback interface
- 🔍 Search videos
- 📃 Browse video listings
- 📺 Recommended videos
- 📱 Responsive UI
- 👍 Like / Comment system (planned)
- 👤 User authentication (planned)
- Node.js
- Express.js
- REST API architecture
Utube │ ├── client/ # Frontend (React + Vite) │ ├── server/ # Backend (Node + Express)