Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/douglasdotv/geostats

A web application to track my GeoGuessr guesses and stats.
https://github.com/douglasdotv/geostats

geoguessr maplibre-gl-js nextjs supabase tailwind userscript

Last synced: 19 days ago
JSON representation

A web application to track my GeoGuessr guesses and stats.

Awesome Lists containing this project

README

        

# GeoStats

[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](README.pt-br.md)

This is a personal project to visualize places I've virtually visited in the world in [GeoGuessr](https://www.geoguessr.com/). It tracks my guesses across different game modes through a userscript and stores them in a database. The data is then displayed in a [web application](https://geostats-xi.vercel.app) with location comparisons and some country statistics.

The main tools used in this project were Supabase, Next.js, TypeScript, Tailwind CSS and MapLibre GL (in addition to the userscript to persist data, which was written in JavaScript).