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
- Host: GitHub
- URL: https://github.com/rishabhraikwar98/imdb-clone
- Owner: rishabhraikwar98
- Created: 2022-11-18T08:56:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T07:08:11.000Z (over 2 years ago)
- Last Synced: 2025-08-24T18:29:03.632Z (10 months ago)
- Topics: css, css-animations, react, react-components, ui, vercel
- Language: JavaScript
- Homepage: https://imdb-clone-ten-eta.vercel.app/
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDB Clone
Simple IMDB Clone with responsive UI.
## Demo
Link: https://imdb-clone-ten-eta.vercel.app/
## Screenshots



## 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
```