movieDB is a React.js application that utilizes the TMDb API to provide movie details. It offers various pages such as Popular, Top Rated, Upcoming, and Search, each displaying movies in rows and columns within cards. Additionally, it includes a movie details page that provides information about the movie and its cast and crew.
- View popular movies
- Explore top-rated movies
- Discover upcoming movies
- Search for movies
- View detailed information about each movie, including cast and crew
- React.js
- React Router DOM
- React Icons library
- HTML
- CSS
- JavaScript
- TMDb API
- Clone the repository:
git clone https://github.com/tidancadlab/movieDB.git
- Navigate to the project directory:
cd moviedb
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and navigate to
http://localhost:3000
to view the application.
- Upon opening the website, you will be presented with options to browse popular, top-rated, and upcoming movies.
- You can also search for specific movies using the search feature.
- Clicking on a movie will take you to its detailed page where you can find more information about the movie and its cast and crew.
This project utilizes the TMDb API to fetch movie data. Special thanks to TMDb for providing access to their database.
This project is licensed under the MIT License - see the LICENSE file for details.