Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 460 Bytes

Quizzical

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

Development

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/