This is a simple IMDb clone app created as a beginner project to learn the basics of frontend development using Next.js and Tailwind CSS. The app utilizes the IMDb API to display movies and provides basic search functionality.
Clone the repository: ```bash git clone https://github.com/your-username/imdb-clone.git
Install dependencies: ```bash cd imdb-clone mpm install
Run the development server: ```bash npm run dev
Open your browser and navigate to http://localhost:3000 to view the app.