Entertainment for otakus
Fetching resources from AniList public API:
- Guess the VA: game where player guess the correct VA for an anime character.
This monorepo contains both the client-side and server-side applications, built with TypeScript. The monorepo is handled by pnpm workspaces
The server is built with Express.js.
To start the server:
cd packages/backend
pnpm install
pnpm dev
The client is built with Vue.js.
To start the client:
cd packages/frontend
pnpm install
pnpm dev
- Quiz state unit tests
- Sugest animes in search page
- Implement loading state on API calls
- Implement empty state on API calls
- Dynamic search focus shortcut by device
- Increase character random range
- Upload favicon
- Implement E2E tests
- Create/Upload favicon