Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 844 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 844 Bytes

QuizPardy

  • A quiz app with multiplayer functionality
  • Originally started as a hackathon project with me and two people

Video (or see screenshots at the bottom of the page)

https://www.youtube.com/shorts/zR8mL3mMrqY

Features

  • Playable templates
  • Ability to create local quizzes
  • (May be broken) Ability to join servers with other players
  • Multiplayer server

Commands

bun expo install --fix

bun expo start --tunnel

Screenshots

quizpardy - frame at 0m30s quizpardy - frame at 0m19s

Notes:

  • Remove @react-navigation/stack and instead use @react-navigation/native-stack
  • Sanitize input especially the title of the quiz (you can crash the device probably)