Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aelkayam/imdb-clone

IMDb clone website using NEXT.js and Tailwind CSS
https://github.com/aelkayam/imdb-clone

imdb-api movie-database nextjs tailwindcss

Last synced: 1 day ago
JSON representation

IMDb clone website using NEXT.js and Tailwind CSS

Awesome Lists containing this project

README

        

# 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:
```bash
git clone https://github.com/your-username/imdb-clone.git

2. Install dependencies:
```bash
cd imdb-clone
mpm install
4. Run the development server:
```bash
npm run dev
5. Open your browser and navigate to http://localhost:3000 to view the app.