Project available on https://mitonik.github.io/aniroll/.
Just press "Roll" and you'll get information about randomly chosen anime.
This project uses AniList GraphQL API to fetch media information.
-
Install dependencies.
npm install
-
Generate Apollo Client files.
npm run compile
-
Start development server.
npm run dev
-
Go to http://localhost:5173/.