A React trivia app containing a couple of questions on General Knowledge checking for true or false. Solo project made for the React course on Scrimba
Quick start:
$ yarn # npm install
$ yarn build # npm run build
Run Webpack in watch-mode to continually compile the JavaScript as you work:
$ yarn watch # npm run watch
Here you can find the deployed version: https://gabrielaoliveirabpt.github.io/Quizzical/