Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 291 Bytes

🤓☝️ Trivia

Web application that uses the public trivia api to retrieve trivia questions, and keep stats about the users performance.

It is built using React + Vite + ReactQuery.

Dev Environment

  • Run dev server: npm run dev
  • Build: npm run build
  • Lint: npm run lint