Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 953 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 953 Bytes

quizzical

A React web-app Trivia Game! My final solo project completely made from scratch as part of Scrimba's Learn React for Free Course taught by @bobziroll : https://scrimba.com/learn/learnreact

Trivia Questions API: https://opentdb.com/api_config.php

It was a lot of fun learning to use React and I cannot wait to use these skills in future projects.

How to Use

  1. Install Node.js https://nodejs.org/en/download/
  2. In your terminal write...
    npx create-react-app quizzical
    cd quizzical
    
  3. Replace the public and src folders with the ones in this repository
  4. npm start
    
  5. Open http://localhost:3000 in your browser
  6. Have fun!!

image image image