An open API service indexing awesome lists of open source software.

https://github.com/jaymar14/triviagame

Trivia game using JavaScript for the logic and jQuery to manipulate HTML.
https://github.com/jaymar14/triviagame

css3 friends front-end front-end-app html5 javascript trivia-game

Last synced: 6 months ago
JSON representation

Trivia game using JavaScript for the logic and jQuery to manipulate HTML.

Awesome Lists containing this project

README

          

# TriviaGame
In this assignment, You'll create a Trivia game using JavaScript for the logic and jQuery to manipulate HTML. Be sure to layout this app with valid HTML and stylish CSS.

You'll create a trivia form with multiple choice or true/false options (your choice).
The player will have a limited amount of time to finish the quiz.
The game ends when the time runs out. The page will reveal the number of questions that players answer correctly and incorrectly.
Don't let the player pick more than one answer per question.
Don't forget to include a countdown timer.