marcojansen-gmx / Code_Quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

04 - Web APIs: Code Quiz ❓

Story

To create a timed quiz on JavaScript fundamentals that stores high scores so that users can gauge their progress compared to others.

Expected Behaviour

  1. When the START button is clicked by the user, timer is activated and first question appears
  2. Based on the answer the user clicks, it will show if its correct or incorrect
  3. If incorrect answer is chosen, 10 seconds is deducted from the clock
  4. Game ends when all questions are answered or timer runs out
  5. User is given the choice to save their highscore to the leaderboard and retake the quiz to beat their previous score

Git Hub Respository

insert link

💻 Published Page ----> change link

Screenshot

About


Languages

Language:JavaScript 37.8%Language:CSS 32.6%Language:HTML 29.5%