Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 670 Bytes

Quizzical

This is a quiz app created to test your knowledge of random trivia. Good luck!

Check it out: Quizzical

About this Project

Technologies Used: React, JavaScript, CSS, JSON API, Vite, npm, ESLint, Prettier

React project built using Vite

Quiz questions via JSON API from Open Trivia Database

Figma design file

Deployed using Vercel

Available Scripts

// install dependencies
npm install
// run dev environment
npm run dev