Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 531 Bytes

A Trivia Game

It started out as an exercise about CSS 3D transforms, but I got excited and expanded it a bit, then it became a minigame where you answer questions from the Open Trivia DB. I submitted it to the Game Off 2018. Made using only vanilla JavaScript and lots of CSS.

Running the development server

Clone the repository and then run:

npm install && npm start

To watch for changes in the CSS:

npm run watch-css