Discover the latest Asian Dramas. You can also filter the dramas by the release year or language.
👉 Live version: https://asian-dramas.vercel.app/
Click below to View the app Design 👇
Create a file .env.local
in the project root folder with:
TMDB_API_KEY=
TMDB_SERVER_URL=https://api.themoviedb.org/3/
npm run dev
Run the development servernpm run build
Build the production appnpm run start
Serve the production appnpm run lint
Check code errorsnpm run format
Format the code
- Next.js - React Framework
- React - Javascript library. React hooks
- React Query - Fetch, cache and update data
- Tailwind CSS - Utility first CSS Framework
- Headless UI Transition - Enter/leave transitions in elements
- All the app data is obtained through TheMovieDB API