Hello! Welcome to Sports Trivia Central, here you'll be able to test out your knowledge of all things sports.
Follow this link to start the game! link
The idea for this quiz app comes from the classic jumbotron quizes every sports teams has during a break during the game to entertain the fans. My idea was instead of only one fan being able to play, why not give the link to all fans in attendance and give everyone a chance to play on their phones for a chance to win a price!
- Upon initializing the game, the user will be taken to the main manu page. Here the user will be given 4 sports categories to choose from.
- The user will then click on a category, and immideately be taken to their first quiz.
-
All categories consist of a 5 question quiz, each question being worth 20 points.
-
At the end, the user will be told his score out of the possible 100 points.
-
The home page will automatically come up shortly after finishing your last question from the previous quiz. The user will now have the option to try any of the 4 categories again as many times as they please.
-
If the 60 second timer runs out before the user answers all 5 questions. A You Lose message will apear for 3 seconds before sending the user back to the main menu.
- At the top right corner of the application, the user will find a Dark button, the user can click on it to switch between light and dark mode.
- Javascript
- CSS
- HTML
For the wireframe I wanted to keep it simple. A quiz can be hard enough, there was no need for me to add too much and make it distracting for the user.
- Individually style each different quiz box. Depending on the category.
- Add more questions to each category, making it much harder.
- Add a high score section.
- Clean up the code to make it much more concise