A simple React application that integrates with a backend API to fetch and display:
-
All movies
-
A single movie by its title
-
Frontend: React (with hooks)
-
Backend API: Assumed to be a REST API serving movie data
-
Tooling: Vite, useFetch custom hook
- List all movies:
- Display a movie by its title:
- Main app component: