TSimmz / trivia-game

A trivia game that uses the Open Trivia Database to test your knowledge of everything!

Home Page:https://tsimmz.github.io/trivia-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trivia Game

This project is a simple trivia game that uses the Open Trivia Database to test your knowledge of everything! It was originally was created as a take home coding interview. It was bootstrapped with Create React App.

View the website

tsimmz.github.io/trivia-game/

Technologies Used

Name Description
React The library for web and native user interfaces
Redux A predictable state container for JavaScript applications
Redux Sagas An intuitive Redux side effect manager
Redux Toolkit The official, opinionated, batteries-included toolset for efficient Redux development
Firebase An application development platform backed by Google

Features

  • Asks the user 10 random trivia questions sourced from Open Trivia DB
  • Each question displays the category, sub-category (if applicable), and the difficulty
  • Indicates the selected answer and the correct answer if user selected incorrectly
  • Displays the current score at the bottom of the page
  • Congratulates the user and displays the final score at the end
  • Prompts the user to play again

Future Plans For This Project

  • Allow users to login and save their scores
  • Allow users to choose categories and difficulty levels

Credits

TSimmz

About

A trivia game that uses the Open Trivia Database to test your knowledge of everything!

https://tsimmz.github.io/trivia-game/


Languages

Language:JavaScript 78.8%Language:SCSS 17.1%Language:HTML 4.1%