Skip to content

anettgor/goit-react-hw-05-movies

Repository files navigation

Movie Search App

This is a React application that displays a list of trending movies and allows users to search for movies. Users can view details about each movie, including the cast and reviews.

Features

  • Sets up a routing system with different routes for different pages/components.
  • Uses lazy loading to improve performance by loading components only when needed.
  • Defines a shared layout for multiple pages.
  • The routes are defined with different paths and nested routes for the movie details page.

Usage

To use the app, follow these steps:

  • Clone the repository to your local machine.
  • Navigate to the project directory.
  • Install the dependencies using npm install.
  • Run the app using npm run start.

Credits

This app was built using React and utilizes data from a TMDB API.

About

Movie app for cheching trending movies, reviews, cast and searching movie by title

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages