Quizzical accesses trivia questions from the Open Trivia API and scores players based on their answers.
This is the final solo project of Bob Ziroll's React course on Scrimba, developed from scratch.
- HTML 5
- CSS 3
- Javascript
- React
To fork the repository, click on the fork button at the top right of the page. Once the repo is forked open your terminal and perform the following commands:
$git clone hhttps://github.com/<YOUR GITHUB USERNAME>/developer-portfolio.git
and
$cd developer-portfolio
Install packages from the root directory:
$npm install
Start the development server:
$npm run start