Parapobre is a cutting-edge movie discovery client built for the modern web. It leverages the power of the TMDB API to provide real-time trending content, comprehensive movie details, and an immersive playback interface. Designed with performance and aesthetics in mind, it offers a seamless "Netflix-like" experience directly in the browser.
- ⚡ Zero Latency Navigation: Instant page transitions powered by Next.js routing.
- 🎨 Premium UI/UX: Cinematic dark mode interface with glassmorphism effects.
- 📱 Fully Responsive: Optimized for desktops, tablets, and mobile devices.
- 🔒 Privacy Focused: No user tracking or external analytics.
| Feature | Description |
|---|---|
| 🔥 Trending Now | Real-time feed of the most popular movies worldwide. |
| 🔍 Smart Search | Instant search for movies, actors, and genres with debounced input. |
| Watch official trailers or find streaming providers (YouTube, Pobreflix, Smartflix). | |
| 📱 Responsive Layout | Adaptive grid system that looks great on 4k screens or mobile phones. |
| Feature | Description |
|---|---|
| ❤️ Favorites System | One-click save to your personal library (Local Storage persistence). |
| 🎭️ Genre Filtering | Quickly filter content by categories like Action, Horror, Comedy, etc. |
| ℹ️ Rich Metadata | Detailed views with ratings, runtime, release year, and synopsis. |
Browse an extensive catalog of trending movies with real-time search.
Immersive player interface with trailer integration and streaming sources.
| Component | Minimum Requirement |
|---|---|
| Node.js | Version 18.0 or higher |
| Package Manager | NPM or Yarn |
| API Key | TMDB Account (Free) |
-
Clone the repository
git clone https://github.com/Kiuzo/Parapobre.git cd Parapobre -
Install dependencies
npm install
-
Configure Environment Create a
.env.localfile in the root directory:NEXT_PUBLIC_TMDB_API_KEY=your_tmdb_api_key_here
-
Start Development Server
npm run dev
Access the app at
http://localhost:3000
Distributed under the MIT License. See LICENSE for more information.

