/jsquiz

Quiz game with React. #WOC2.0

Primary LanguageJavaScriptMIT LicenseMIT

Quiz game made with React

David Codacy Badge Top lang Last commit

Current status

  • Website link
  • Leaderboard working :)
  • Only multiple choice questions for now
  • Need better structure, both with code and files/components
  • Fancy tooltip for showing correct answers pending
  • Not too semantic
  • Okay-ish responsiveness
  • Not that good styling and positioning
  • No testing

To see current dev-version (probably website would be upto date though)

Don't forget to replace enviroment variables with value, the ones below are my keys

REACT_APP_FIREBASE_API_KEY='AIzaSyDP4GXM8b_EOuexSOezywi89w6AfStQyYA'
REACT_APP_FIREBASE_SENDER_ID='992362490990'

Try with codesandbox

or clone repo

- git clone -b dev https://github.com/RoneelV/jsquiz.git jsquiz

- cd jsquiz

- yarn; yarn start (if you use yarn)

Or

- npm install; npm start (if you use npm)