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.
- Host: GitHub
- URL: https://github.com/jaymar14/triviagame
- Owner: jaymar14
- Created: 2017-08-25T02:55:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T13:45:21.000Z (over 4 years ago)
- Last Synced: 2025-03-25T10:02:34.301Z (7 months ago)
- Topics: css3, friends, front-end, front-end-app, html5, javascript, trivia-game
- Language: JavaScript
- Homepage: https://jaymar14.github.io/TriviaGame
- Size: 3.07 MB
- Stars: 8
- Watchers: 0
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.