Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 448 Bytes

Trivia App

Hey there! This is Francesco Lanthaler's Trivia App. It runs on React and grabs questions from the Open Trivia Database. It's my final project for the Frontend Development Course at FH Salzburg.

Try it out: trivia.francescolanthaler.com

How to set it up:

  1. Copy this repo to your computer.
  2. Open the folder and type "npm install" to get everything ready.
  3. Run "npm run dev" and click the link in your terminal.

Enjoy!