Skip to content

Drumber/KitsuStats

Repository files navigation

KitsuStats

A web app that shows various statistics about a Kitsu user profile.

To get started, go to drumber.github.io/KitsuStats and search for the user or enter the user ID.

The loading and processing of the data may take a few seconds depending on the size of the user's library.

Technologies Used

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint