- Next.js
- Typescript
- Tailwind
- Shadcn Ui
- SWR (for query management)
- Clerk (for user management)
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.
Simply, run the development server (I prefer pnpm):
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev