This is a simple movie app powered by the free API provided by The Movie Database (TMDB). The app is built using React.
You can obtain your API key by creating an account on the TMDB website: https://www.themoviedb.org/.
Once you have the API key, create a file named .env in the root of the project and add the following:
REACT_APP_TMDB_API_KEY=your_tmdb_api_key
- Home: Browse the latest and trending movies and TV shows.
- Entertainment: Explore Now Playing, Top Rated, and Popular movies and TV shows.
- Genre Navigation: Discover movies and TV shows by genre.
- Search Functionality: Find your favorite movies and TV shows.
-
Clone the repository:
git clone https://github.com/sacsam005/Movie_App.git