Project
GeoQuix is a geography quiz app that lets you test your knowledge on different countries around the world. You can challenge yourself by playing solo or against friends to see who can get the highest score. With fun and engaging quizzes, GeoQuix makes learning about geography an enjoyable experience.
Choose from 5 different categories and enter a quiz. You will have 100 seconds to complete as many multiple-choice questions as you can. All data is fetched from the REST Countries API: https://restcountries.com
You can then save your score to the PostgreSQL database. The data in the leaderboard is retrieved with Prisma and tRPC. You can sort the data by category, score or accuracy.
Enjoy the full experience at: https://geoquix.vercel.app
Technologies
TypeScript
Next.js
Tailwind
Prisma
tRPC
PostgreSQL
Vercel
Back