Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

mitonik/aniroll

Repository files navigation

Aniroll · Random anime picker

Project available on https://mitonik.github.io/aniroll/.

Mobile and desktop views of the project

Find out what anime to watch next.

Just press "Roll" and you'll get information about randomly chosen anime.

AniList API

This project uses AniList GraphQL API to fetch media information.

How to run the project locally?

  1. Install dependencies.

    npm install
    
  2. Generate Apollo Client files.

    npm run compile
    
  3. Start development server.

    npm run dev
    
  4. Go to http:https://localhost:5173/.