/

Let's build something legendary together

  • Home
  • About
  • Skills
  • Projects
  • CV
  • Contact

Let's Connect

/

GeoQuix

Travel the world through geography, one quiz at a time.

Project

Overview

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.

homepage

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

quiz

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.

leaderboard

Enjoy the full experience at: https://geoquix.vercel.app

Technologies

TypeScript

Next.js

Tailwind

Prisma

tRPC

PostgreSQL

Vercel

Back