A Simple Trivia App built using Vite + React + Typescript.
You can check out the demo of this project here.
- Get a random question from the Open Trivia DB.
- Get a random question from the Open Trivia DB based on the category.
- Get a random question from the Open Trivia DB based on the category and difficulty.
- Clone the repository.
git clone https://github.com/slockers37/quizzical.git
- Install the dependencies.
npm install
- Start the development server.
npm run dev