A Next.js application for browsing trending anime, powered by the AniList GraphQL API.
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
- Next.js 14 (App Router)
- Apollo Client 3.x
- Tailwind CSS
- TypeScript
app/ # Next.js App Router pages
components/ # React components
hooks/ # GraphQL query hooks
lib/ # Apollo client configuration
utils/ # Shared utilities
This project uses the AniList GraphQL API which is publicly available and requires no authentication.