Objective: Build a responsive Movie Explorer Application using React. Users should be able to browse movies, search for specific titles, and view detailed information in an interactive modal.
- Core: JavaScript, React
- Styling: CSS, Tailwind CSS (Optional but recommended)
- Data: Free Movie Database API (e.g., OMDB, TMDB, TVMaze)
- TVMaze Doc: API
The Home Page serves as the landing page and must include the following sections:
- Application logo or brand name.
- Navigation links.
- A prominent button/link to navigate to the Movie Listing Page.
A visually attractive section to hook the user. It must include:
- A movie-related background image or gradient.
- Application title/heading.
- A short, engaging description.
- A Call-To-Action (CTA) button navigating to the Movie Listing Page.
๐ UI Wireframe Example:
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ ๐ฌ MovieExplorer [ Movies ] โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ โ
โ DISCOVER MOVIES โ
โ โ
โ Explore and discover your favorite โ
โ movies from around the world. โ
โ โ
โ [ Explore Now ] โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
- Application name.
- Copyright information (e.g.,
ยฉ 2026 MovieExplorer). - Optional social media or GitHub links.
Create a dedicated page where users can browse and search for movies.
- Include a prominent search bar at the top of the page.
- Users must be able to search by movie title.
- The movie grid should dynamically update based on the search query.
** UI Wireframe Example:**
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ ๐ Search for a movie... โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Endpoint: GET /search/shows?q=:query
Example:
GET https://api.tvmaze.com/search/shows?q=girlsFetch movie data from your chosen Free Movie Database API.
Display movies using reusable Card components. Each card must include:
- Movie poster image.
- Movie title/name.
- Release year/date.
- Rating (e.g., โญ 8.5).
- A
See Detailsbutton.
** UI Wireframe Example:**
โญโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ Poster โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโค
โ Movie Title โ
โ โญ 8.5 โข ๐
2024 โ
โ โ
โ [ See Details ] โ
โฐโโโโโโโโโโโโโโโโโโโโโโฏ
Requirement: Cards must be displayed using a responsive CSS Grid or Flexbox layout.
Endpoint:
GET /shows
Example:
GET https://api.tvmaze.com/showsDescription:
Fetch all available TV shows.
When a user clicks the See Details button, open a modal overlay displaying in-depth information about the selected movie.
Modal Contents:
- Movie backdrop image or large poster.
- Movie title.
- Overview / Summary.
- Rating and Release date.
- Any additional relevant info from the API (e.g., Genre, Director).
** UI Wireframe Example:**
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ [ โ ] โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ โ
โ MOVIE BACKDROP โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Movie Title โ
โ โญ Rating: 8.5 | ๐
Release: 2024 โ
โ โ
โ Overview: โ
โ Movie description goes here... โ
โ โ
โ [ โ Close ] โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Interaction Requirements:
- Must be closable via the
โ(Close) button. - Optional: Closable by clicking outside the modal (on the backdrop).
The application must be fully responsive and provide a seamless experience across all devices:
- Mobile: Single column layout, stacked elements, touch-friendly buttons.
- Desktop: 3-4+ column grid for movie cards, optimized spacing.
Students must submit the following via the designated submission portal:
- GitHub Repository Link (Ensure it is public and includes a
README.md). - Live Deployment Link (e.g., Vercel, Netlify, GitHub Pages).
- 60 Marks: September 17, 2026, 11:59 PM
- 50 Marks: September 18, 2026, 11:59 PM
- Zero Tolerance: Plagiarism will result in 0 marks.
- No Copying: Do not copy code from peers or online sources.
- No AI Code: Do not use AI generators. We actively run AI code detection tools.
- Original Work: All code must be 100% your own.