glauberm / a_trivia_game

A minigame where you answer trivia questions

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A minigame where you answer trivia questions

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

License:MIT License


Languages

Language:CSS 55.6%Language:JavaScript 30.6%Language:HTML 13.8%