TMDB Movie App is a web application that displays movie and TV show information using data from The Movie Database (TMDb) API. It is built using React, styled with SCSS, and uses Axios to handle API requests.
- Displays a grid of movie and TV show cards with title, poster image, and rating.
 - Allows users to search for movies and TV shows using the TMDb API.
 - Displays more detailed information about a selected movie or TV show, including overview, release date, and runtime.
 - Includes a hero slide with a rotating selection of popular movies.
 - Provides responsive design for optimal viewing on both desktop and mobile devices.
 
To run the TMDB Movie App locally, follow these steps:
- Clone the repository:
 
git clone https://github.com/your-username/TMDB-Movie-App.git
- Install dependencies:
 
npm install
- Create a .env file in the root directory and add your TMDb API key:
 
REACT_APP_API_KEY=your_api_key_here
- Start the development server:
 
npm start
- Open your web browser and navigate to 
http://localhost:3000 
TMDB Movie App uses the TMDb API to retrieve movie and TV show information. To use this app, you will need to obtain an API key from TMDb by creating an account and requesting an API key.
TMDB Movie App was created by Atharva Bhawsar
TMDB Movie App was inspired by [insert name of inspiration] and was built with the help of the following resources:
- React documentation
 - Axios documentation
 - TMDb API documentation
 - SCSS documentation
 


