/ts-trivia

Displaying typescript framework in a minimal trivia app

Primary LanguageTypeScript

Trivia App

build

Have a look

Basic trivia web application to mainly provide a foundation for working with Typescript and React. In particular ensuring able to set up the entire environment of tests and state management as well.

TODO

  • Add some more tests!
  • Change some styling when the answer is correct
  • Manage when all 10 questions have been answered
  • Count and show how many answers were correct
  • Count and show the number of questions
  • Randomize the placement of the answer
  • Handle when there are only two answer options (true or false)

This project was bootstrapped with Create React App.