- A quiz app with multiplayer functionality
- Originally started as a hackathon project with me and two people
https://www.youtube.com/shorts/zR8mL3mMrqY
- Playable templates
- Ability to create local quizzes
- (May be broken) Ability to join servers with other players
- Multiplayer server
bun expo install --fix
bun expo start --tunnel
- 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)