/imdb-clone

IMDb clone website using NEXT.js and Tailwind CSS

Primary LanguageJavaScriptMIT LicenseMIT

IMDb Clone

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.

Technologies Used

  • Next.js
  • Tailwind CSS

Usage

  1. Clone the repository:
    git clone https://github.com/your-username/imdb-clone.git
    
  2. Install dependencies:
    cd imdb-clone
    mpm install
  3. Run the development server:
    npm run dev
  4. Open your browser and navigate to http://localhost:3000 to view the app.