https://github.com/soumya-rayast/cinescore
An IMDb-like movie and TV show database application built using Next.js, Clerk for authentication, and The Movie Database (TMDB) API for fetching movie details.
https://github.com/soumya-rayast/cinescore
api clerk javascript nextjs responsive-web-design tailwindcss tmdb-api
Last synced: 2 months ago
JSON representation
An IMDb-like movie and TV show database application built using Next.js, Clerk for authentication, and The Movie Database (TMDB) API for fetching movie details.
- Host: GitHub
- URL: https://github.com/soumya-rayast/cinescore
- Owner: soumya-rayast
- Created: 2025-02-05T17:57:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T10:55:16.000Z (3 months ago)
- Last Synced: 2025-02-22T11:28:17.002Z (3 months ago)
- Topics: api, clerk, javascript, nextjs, responsive-web-design, tailwindcss, tmdb-api
- Language: JavaScript
- Homepage: https://cine-score.vercel.app
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDb Clone
An IMDb-like movie and TV show database application built using **Next.js**, **Clerk** for authentication, and **The Movie Database (TMDB) API** for fetching movie details.
## Features
- User authentication and authorization with Clerk.
- Fetch and display movies and TV shows using TMDB API.
- Search functionality to find movies and TV shows.
- Movie details page with additional information.
- Responsive UI for seamless experience across devices.## Tech Stack
- **Frontend:** Next.js, React, Tailwind CSS
- **Authentication:** Clerk
- **API:** TMDB API
- **State Management:** React Context API / Zustand (if used)## Installation
### Prerequisites
Ensure you have the following installed:
- Node.js (>= 16.x.x)
- npm / yarn / pnpm
- TMDB API Key (Sign up at [TMDB](https://www.themoviedb.org/))
- Clerk API credentials (Sign up at [Clerk](https://clerk.dev/))### Steps to Run Locally
1. Clone the repository:
```sh
git [clone https://github.com/your-username/imdb-clone.git](https://github.com/soumya-rayast/CineScore.git)
