Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 395 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 395 Bytes

TypeScript Quiz App

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.