Skip to content

Latest commit

ย 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 

Repository files navigation

๐ŸŽฌ Assignment: Movie Explorer

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.


๐Ÿ› ๏ธ Technology Stack

  • Core: JavaScript, React
  • Styling: CSS, Tailwind CSS (Optional but recommended)
  • Data: Free Movie Database API (e.g., OMDB, TMDB, TVMaze)
  • TVMaze Doc: API

๐Ÿ“‹ Features & Requirements

1. Home Page

The Home Page serves as the landing page and must include the following sections:

Navbar

  • Application logo or brand name.
  • Navigation links.
  • A prominent button/link to navigate to the Movie Listing Page.

Hero Banner

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 ]                    โ”‚
โ”‚                                                      โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Footer

  • Application name.
  • Copyright information (e.g., ยฉ 2026 MovieExplorer).
  • Optional social media or GitHub links.

2. Movie Listing Page

Create a dedicated page where users can browse and search for movies.

Search Functionality

  • 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...                            โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Search Shows

Endpoint: GET /search/shows?q=:query

Example:

GET https://api.tvmaze.com/search/shows?q=girls

๐ŸŒ API Integration & State Management

Fetch movie data from your chosen Free Movie Database API.

๐ŸŽฌ Movie Cards

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 Details button.

** UI Wireframe Example:**

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚                     โ”‚
โ”‚       Poster        โ”‚
โ”‚                     โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  Movie Title        โ”‚
โ”‚  โญ 8.5  โ€ข  ๐Ÿ“…2024 โ”‚
โ”‚                     โ”‚
โ”‚  [ See Details ]    โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Requirement: Cards must be displayed using a responsive CSS Grid or Flexbox layout.


All Shows/Movie

Endpoint:
GET /shows

Example:

GET https://api.tvmaze.com/shows

Description:
Fetch all available TV shows.

๐ŸŽž๏ธ 3. Movie Details Modal

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).

๐Ÿ“ฑ Responsive Design & UX

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.

Submission Guidelines

Students must submit the following via the designated submission portal:

  1. GitHub Repository Link (Ensure it is public and includes a README.md).
  2. Live Deployment Link (e.g., Vercel, Netlify, GitHub Pages).

Assignment Deadline: (2 Days)

  • 60 Marks: September 17, 2026, 11:59 PM
  • 50 Marks: September 18, 2026, 11:59 PM

โš ๏ธ Plagiarism & AI Policy:

  • 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.

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors