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.
- Next.js
- Tailwind CSS
- Clone the repository:
git clone https://github.com/your-username/imdb-clone.git
- Install dependencies:
cd imdb-clone mpm install
- Run the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to view the app.