CIN3X is a sleek and modern movie web app built with React and Vite, designed to explore popular and trending films. It includes search functionality, favorites management, and a clean UI β all powered by TMDB API.
- βοΈ React (with Hooks)
- β‘ Vite (blazing fast dev environment)
- π¨ CSS (custom styles)
- π TMDB API (movie data)
- π§ Context API (global favorites state)
- π ESLint (basic linting rules)
- π₯ View trending/popular movies
- π Search for movies
- β€οΈ Add/remove movies to/from favorites
- πΎ Persistent state using React Context
- β‘ Fast development using Vite + HMR
git clone https://github.com/Wangmo-inn/CIN3X.git
cd CIN3Xnpm install
npm run dev
CIN3X/
βββ components/ # Reusable UI components
βββ pages/ # Home, Favorites, etc.
βββ contexts/ # React Context for Favorites
βββ services/ # API handlers (TMDB)
βββ css/ # Custom styles
βββ App.jsx
βββ main.jsx
βββ ...
npm run build
npm run preview
MIT License Β© 2025 Rigzin Wangmo