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

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

Simple IMDB clone which lets user explore Movies based on selected catagories
https://github.com/rishabhraikwar98/imdb-clone

css css-animations react react-components ui vercel

Last synced: 2 months ago
JSON representation

Simple IMDB clone which lets user explore Movies based on selected catagories

Awesome Lists containing this project

README

          

# IMDB Clone

Simple IMDB Clone with responsive UI.

## Demo
Link: https://imdb-clone-ten-eta.vercel.app/

## Screenshots

![App Screenshot](https://res.cloudinary.com/dbdqc0uzq/image/upload/v1710917745/Screenshots/jeujwlozsv3akxr4ywql.jpg)

![App Screenshot](https://res.cloudinary.com/dbdqc0uzq/image/upload/v1710917751/Screenshots/luyi85wflbdzdabg28fm.jpg)

![App Screenshot](https://res.cloudinary.com/dbdqc0uzq/image/upload/v1710917745/Screenshots/kid1djehfjf3zjwrdnxe.jpg)

## Tech Stack

**Client:** React, TMDB API

## Features

- Fully Responsive
- Beautiful UI
- Browse by catagorioes
- Detailed Preview

## Run Locally

Clone the project

```bash
git clone https://github.com/rishabhraikwar98/IMDB-Clone
```

Go to the project directory

```bash
cd IMDB-Clone
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm start
```