Quizzical is a web app quiz game made using the Open Trivia DB. It gets trivia questions from Open Trivia API and then based on the answer you get a score. There are multiple difficulties and categories and you can get up to 10 questions at a time. This project is the final solo project from Scrimba's React Course. It's made using React and Tailwind CSS.
App link deployed with Vercel (https://quizzical-game-mu.vercel.app/).
HTML
CSS
Javascript
React JS
Tailwind CSS
In order to run the project locally you can just fo to the projects folder and type in terminal:
cd quizzical-game
npm install
npm run dev