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.
- Install Node.js https://nodejs.org/en/download/
- In your terminal write...
npx create-react-app quizzical cd quizzical
- Replace the public and src folders with the ones in this repository
-
npm start
- Open http://localhost:3000 in your browser
- Have fun!!