Movie_DB is a web application that allows users to see trending movies, search for movies, view detailed movie information, and add movies to their watchlist. The application utilizes The Movie Database (TMDB) API to fetch movie data, ensuring up-to-date and comprehensive movie information.
- Clone the repository:
git clone https://github.com/nikolad991/movie-tracker.git cd movie-tracker
2. Install dependencies:
```sh
git clone https://github.com/nikolad991/movie-tracker.git
cd movie-tracker
- Create a .env file based on the .env.example file and configure your environment variables. You will need an API key from TMDB.
To start using the Movie_DB: Open your browser and go to http://localhost:5173/ OR visit the hosted version at Netlify. Use the application to browse trending movies, search for specific titles, view detailed information about each movie, and add movies to your watchlist.
- Trending Movies: See a list of currently trending movies.
- Movie Search: Search for movies by title.
- Movie Details: View detailed information about each movie, including ratings, synopsis, cast, and more.
- Watchlist: Add movies to your personal watchlist for easy tracking.
- TMDB Integration: Utilizes TMDB API to fetch and display the latest movie data.
If you have any questions or feedback, feel free to contact the project maintainer: GitHub: nikolad991