A modern and responsive movie streaming platform built with React and deployed on Vercel, designed for seamless user experiences watching movies.
- ✅ User-friendly Interface – Clean, intuitive design for an excellent user experience.
- 🔍 Dynamic Search – Easily search for your favorite movies.
- 📱 Responsive Design – Optimized for mobile, tablet, and desktop devices.
- ⚡ Performance Optimized – Fast and reliable, ensuring smooth browsing.
- ☁️ Cloud Integration – Store and stream movies using Cloudinary.
| Technology | Description | Badge |
|---|---|---|
| React.js | Frontend framework | |
| JavaScript | Programming language | |
| CSS | Styling | |
| Cloudinary | Cloud media storage and delivery | |
| Vercel | Deployment/Hosting |
You can visualize the tech distribution like this:
Pie Chart - Tech Usage (sample)
To run Jetplex locally:
# Clone the repository
git clone https://github.com/GokulakrishnanSivalingam/movie-stream.gitNavigate into the directory
cd movie-stream
Install dependencies for react js
npm install
Start the development server
npm start
