MovieInfo is a simple and responsive movie search application built using React and Tailwind CSS.
It allows users to find movies by their name and release year using an external Movie API (like OMDb or TMDB).
- π Search Movies by name and release year
- ποΈ Displays movie details such as title, poster, release date, box-office collection, Nominations & Awards and more
- β‘ Built with React (Hooks) for a smooth user experience
- π Styled using Tailwind CSS for a clean and responsive design
- π Fetches real-time data from a public OMDB Movie API
| Technology | Purpose |
|---|---|
| React | Frontend library for building UI |
| ReactDOM | Rendering React components into the DOM |
| Tailwind CSS | Utility-first CSS framework for styling |
| Parcel | Development bundler for fast builds |
| Movie API | Provides movie data (OMDb API) |
- Clone the repository
git clone https://github.com/aakashverse/Moview.git cd Moview run the command - npx parcel src/index.html