Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aelkayam/imdb-clone
- Owner: aelkayam
- License: mit
- Created: 2024-03-12T18:41:09.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-14T17:48:39.000Z (8 months ago)
- Last Synced: 2024-03-14T21:49:20.410Z (8 months ago)
- Topics: imdb-api, movie-database, nextjs, tailwindcss
- Language: JavaScript
- Homepage: https://imdb-clone-amber-nine.vercel.app
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.