Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 715 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 715 Bytes

React Movie and TV Series Project

visit Hosted site

This is a simple React app that allows users to search for movies and filter them by selecting the type of genre. The app fetches data from an API and displays the search results using Material UI components.

Features

  • Search for movies by title
  • Filter movies by genre
  • Display movie details
  • Responsive UI using Material UI components

Usage

  • Enter a movie title in the search bar and press Enter or click the search icon.
  • Filter the search results by selecting a genre
  • Click on a movie card to display more details about the movie.

Technologies Used

  • HTML
  • CSS
  • ReactJS
  • Material UI
  • Axios