Skip to content

Avalai/ac-quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Project

This is a flash card game where the user tries to guess the name of a given character from the Animal Crossing games.

It is using data from the Nookipedia Wiki, a wiki for everything Animal Crossing.

It is built using React, Next.js, and Material UI, and hosted through Vercel.

Development

  1. Clone repo
  2. Create a .env.local file and add a key:
NEXT_PUBLIC_NOOKIPEDIA_KEY={key}

I am automatically populating this key when published through Vercel, but it will not work locally if you don't have a Nookipedia API key.

  1. npm run dev to start the local server