Skip to content

AjayLiu/anime-character-quiz

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Netlify Status

Logo

Anime Character Quiz

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
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About The Project

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.

Built With

Getting Started

Here is a guide if you want to clone my website and modify it for yourself, all the way to deployment.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/AjayLiu/anime-character-quiz.git
  2. Install packages
    yarn

Development

To run the development server

yarn dev

then head over to localhost:8000.

Deployment

  1. Publish the site on Netlify using continuous git integration. 🎉

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Ajay Liu - contact@ajayliu.com

Project Link: https://github.com/AjayLiu/anime-character-quiz

Acknowledgements