A modern, minimal movie discovery website built with Next.js, featuring a clean UI design and comprehensive movie search functionality.
- Modern UI/UX: Clean, minimal design with consistent color scheme and typography
- Responsive Design: Mobile-first approach with responsive grid layouts
- Movie Search: Advanced search functionality with real-time results
- Movie Discovery: Browse trending and popular movies
- Sticky Navigation: Persistent header with smooth navigation
- Skeleton Loading: Elegant loading states with animated placeholders
- Compact Cards: Small, efficient movie cards for better browsing experience
- 4-Column Grid: Optimized layout for desktop and tablet viewing
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Radix UI + Custom Components
- Icons: Lucide React
- State Management: React Hooks
- API: RESTful API with Next.js API Routes
- Node.js 18+
- pnpm (recommended) or npm
- Clone the repository
git clone https://github.com/Manish-Tamang/ImoCinema.git
cd ImoCinema- Install dependencies
pnpm install
# or
npm install- Run the development server
pnpm dev
# or
npm run dev- Open http://localhost:3000 in your browser
ImoCinema/
├── app/ # Next.js app directory
│ ├── api/ # API routes
│ ├── movie/ # Movie detail pages
│ ├── search/ # Search functionality
│ └── layout.tsx # Root layout
├── components/ # Reusable components
│ ├── ui/ # UI component library
│ ├── header.tsx # Navigation header
│ ├── movie-card.tsx # Movie display cards
│ └── footer.tsx # Site footer
├── lib/ # Utility functions
├── public/ # Static assets
└── styles/ # Global styles
- Minimalism: Clean, uncluttered interface
- Consistency: Unified color palette and typography
- Accessibility: High contrast and readable fonts
- Performance: Optimized loading with skeleton states
- Responsiveness: Adaptive layouts for all devices
- Mobile: 2 columns (grid-cols-2)
- Tablet: 3 columns (sm:grid-cols-3)
- Desktop: 4 columns (md:grid-cols-4)
- Sticky navigation with minimal design
- Responsive mobile menu
- Consistent branding and navigation
- Compact, efficient design
- Hover effects and transitions
- Optimized image loading
- Clean search form with minimal styling
- Real-time search results
- Skeleton loading states
- Milan Bhandari (@milancodess) for the movie scraping logic from Soap2Day
⭐ Star this repository if you found it helpful!

