MovieHut is a simple web application built with React.js and Tailwind CSS. It allows users to search for movies and display detailed information, including the movie's title, release date, synopsis, and more, using an external API. This project demonstrates basic API integration, state management, and responsive design using modern frontend technologies.
Live Demo - MovieHut
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/anandyelloju/movie-hunt.git
- Navigate to the project directory:
cd movie-hut - Install the dependencies:
npm install
- Start the development server:
npm run dev
After installation, you can run the project locally using the development server. The app includes the following features:
- Search Bar: Allows users to search for their favorite movies.
- Movie Details: Displays detailed information such as the title, release date, and synopsis.
- Responsive Design: Optimized for various screen sizes.
- Movie Search: Easily search for movies and get detailed information using an API.
- Responsive Design: Ensures a smooth user experience on both desktop and mobile devices.
- API Integration: Fetches real-time data from a movie API.
- React.js: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- Vite: Fast frontend tooling for development.
- External API: Used to fetch movie data dynamically.
Contributions are always welcome! - If you have suggestions or improvements.
- React.js: For providing a powerful framework for building UIs.
- Tailwind CSS: For flexible and customizable styling.
- Vite: For efficient and fast development.
- External API: For real-time movie data.
- Anand Yelloju - Project Creator
This project is licensed under the MIT License - see the LICENSE file for details.
