MovieHub is a React project that's perfect for anyone who loves movies. It taps into TMDB API to fetch all sorts of movie details. Whether you're looking for what's currently showing, the most talked-about films, or just want to search for a movie you're interested in, MovieHub makes it easy.
MovieHub offers an array of features to enhance your movie exploration:
To get started with the project, follow these steps:
Clone the repository:
```sh git clone https://github.com/ozergklp/MovieHub.git cd MovieHub
Install dependencies:
```sh npm install
Start the development server:
```sh npm run dev ----