saurabhkumar23 / quiz-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUIZ APP

  • state management using useState hook
  • states:
    • currentQuestion - numbering for the current question number
    • showScore - flag for showing score at the end
    • score - holds the current score
  • contains 10 static questions for now
  • built using pure css
  • mobile compatible and fluid responsible at mobile breakpoint
  • Link to the application!

About


Languages

Language:JavaScript 55.8%Language:CSS 27.3%Language:HTML 16.8%