Skip to content

retardH/tmdb-project

Repository files navigation

Tech Stack Used

  • Next.js
  • Typescript
  • Tailwind
  • Shadcn Ui
  • SWR (for query management)
  • Clerk (for user management)

Project Description

A public web app for searching various movies and tv shows. All the data, photos and videos are fetched from TMDB api. Users can signup, login and logout. It has features like searching with debounce input, advanced filtering the results and inifinite scroll.

Project Setting Up

Simply, run the development server (I prefer pnpm):

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Releases

No releases published

Packages

No packages published

Languages