Skip to content

AjayLiu/anime-character-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc9c635 · Aug 1, 2021

History

37 Commits
Aug 1, 2021
Apr 6, 2021
Mar 16, 2021
Mar 16, 2021
Jun 25, 2021
Mar 25, 2021
Mar 25, 2021
Apr 6, 2021
Mar 26, 2021
Mar 16, 2021
Mar 25, 2021

Repository files navigation

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