Skip to content

Instantly share code, notes, and snippets.

@Admin2git
Created May 24, 2025 07:34
Show Gist options
  • Save Admin2git/9e502f749d3a196af2fc52741d65b836 to your computer and use it in GitHub Desktop.
Save Admin2git/9e502f749d3a196af2fc52741d65b836 to your computer and use it in GitHub Desktop.

📽️ Movie Search App (React + Backend Integration)

A simple React application that integrates with a backend API to fetch and display:

  • All movies

  • A single movie by its title

🛠️ Tech Stack

  • Frontend: React (with hooks)

  • Backend API: Assumed to be a REST API serving movie data

  • Tooling: Vite, useFetch custom hook

Preview Code

  • List all movies:

Screenshot (923)

  • Display a movie by its title:

Screenshot (924)

  • Main app component:

Screenshot (922)

Output

Screenshot (926)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment