See demo -> https://moviehub-webapp.netlify.app
This app allows users to search for movies by title and view popular, upcoming, and top-rated movies. It was built using React and uses Tailwind CSS for styling.
- Search for movies by title
- View popular, upcoming, and top-rated movies
- View movie details, including poster, overview, release date, and average rating
- Responsive design for mobile and desktop devices
This app uses the following dependencies:
To get started with this app, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory and run
npm install
to install the required dependencies. - Run
npm run dev
to start the development server. - Open a browser and navigate to
http://localhost:3000
to view the app.
To search for a movie, enter a title in the search bar and press enter. The app will display a list of movies that match the search query. Click on a movie to view its details.
To view popular, upcoming, or top-rated movies, click on the corresponding tab in the navigation bar.