Skip to content

Wangmo-inn/CIN3X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎬 CIN3X β€” React + Vite Movie App

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.

πŸš€ Tech Stack

  • βš›οΈ React (with Hooks)
  • ⚑ Vite (blazing fast dev environment)
  • 🎨 CSS (custom styles)
  • 🌐 TMDB API (movie data)
  • 🧠 Context API (global favorites state)
  • πŸ” ESLint (basic linting rules)

πŸ›  Features

  • πŸ”₯ View trending/popular movies
  • πŸ”Ž Search for movies
  • ❀️ Add/remove movies to/from favorites
  • πŸ’Ύ Persistent state using React Context
  • ⚑ Fast development using Vite + HMR

βš™οΈ Getting Started

1. Clone the repository

git clone https://github.com/Wangmo-inn/CIN3X.git
cd CIN3X

2. Install dependencies

npm install

3. Start development server

npm run dev

Folder Structure

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
└── ...

Build for Production

npm run build
npm run preview

MIT License Β© 2025 Rigzin Wangmo


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published