A simple game where an image of a random popular anime character is shown, which you have to identify which anime they're from!
Website »
Table of Contents
The 250 most popular animes are fetched from Anilist, where their 5 most popular characters are added to the quiz pool. Then they are randomly picked in the quiz.
Here is a guide if you want to clone my website and modify it for yourself, all the way to deployment.
- Clone the repo
git clone https://github.com/AjayLiu/anime-character-quiz.git
- Install packages
yarn
To run the development server
yarn dev
then head over to localhost:8000.
- Publish the site on Netlify using continuous git integration. 🎉
Distributed under the MIT License. See LICENSE
for more information.
Ajay Liu - contact@ajayliu.com
Project Link: https://github.com/AjayLiu/anime-character-quiz