StevenMDixon / TriviaGame

❓ A trivia game with some of the hardest JavaScript Questions known to man, are you a JavaScript master?

Home Page:https://stevendixondev.github.io/TriviaGame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Trivia Game 2.0

A small quiz game used to test your JS knowledge, now in React!

Libraries

  • Bootsrap (upgraded to react bootstrap!)
  • React

Concepts tackled

  • Observer pattern (replaced with react!)
  • Timers

What I learned

Implementing timers can be obnoxious if the reference is lost you may get multiple timers going at the same time. I also realized that I could apply the same code and concepts from the last project I had worked on into this game.

About

❓ A trivia game with some of the hardest JavaScript Questions known to man, are you a JavaScript master?

https://stevendixondev.github.io/TriviaGame/


Languages

Language:JavaScript 70.1%Language:HTML 26.9%Language:CSS 3.0%