A quiz application built as an exercise to learn TypeScript. Utilizes the Open Trivia DB API for quiz information.
To use the app on your machine, clone this repo and run:
npm install && npm start
See my Medium for a breakdown of all I've been learning about TypeScript.