SceneIt is a web application that lets users browse TV shows using The Movie Database (TMDb) API. Users can explore trending content, curated playlists, and share reviews and ratings with each other, creating a social hub for TV Show lovers. The frontend is built with Vite + React for a fast and modern development experience.
Check out the Live Demo here →
- Trending Shows: Browse weekly trending movies and TV shows.
- Curated Playlists: Playlists with mini-show posters and hover effects.
- User Reviews: Share reviews and ratings for TV shows with other users.
- Social Interaction: View and comment on playlists and show reviews.
- Responsive Design: Works on desktop and mobile devices.
- Vite + React + Tailwind: Modern frontend stack for fast development and performance.
- Node.js (v18+ recommended)
- npm or yarn
- Clone the Repository
git clone https://github.com/jordanlenhart/SceneIt.git
- Install Frontend Dependencies
cd frontend/
npm install
- Start the App
npm run dev
- Frontend: Vite, React, TailwindCSS
- Backend: Supabase
- API: The Movie Database (TMDb) API