📍 World map to track the countries you've been to
  • TypeScript 99%
  • Dockerfile 0.6%
  • HTML 0.4%
Find a file
2025-07-13 14:25:36 +02:00
docs docs: Update README 2025-06-14 13:48:50 +02:00
public feat: Improve site images 2025-07-11 23:25:45 +02:00
src feat: Add the option to toggle country names 2025-07-13 14:25:36 +02:00
.dockerignore build(docker): Create a Dockerfile and Nginx config 2025-06-14 13:49:05 +02:00
.env.example build: Use envvar for PocketBase URL 2025-06-14 15:02:52 +02:00
.gitignore feat: Add WorldMap component 2025-06-07 21:24:00 +02:00
AGENTS.md docs: Add very basic AGENTS.md 2025-06-27 18:28:32 +02:00
biome.json feat: Upgrade dependencies 2025-07-11 23:30:19 +02:00
bun.lock feat: Upgrade dependencies 2025-07-11 23:30:19 +02:00
docker-compose.yml feat: Bump Pocketbase version 2025-07-12 11:46:17 +02:00
Dockerfile build: Use envvar for PocketBase URL 2025-06-14 15:02:52 +02:00
index.html feat: Add Placemarker logo 2025-06-14 13:07:49 +02:00
LICENSE docs: Add MIT license 2025-06-14 14:06:27 +02:00
nginx.conf build(docker): Create a Dockerfile and Nginx config 2025-06-14 13:49:05 +02:00
package.json feat: Upgrade dependencies 2025-07-11 23:30:19 +02:00
pb_schema.json fix: Unauthenticated user looking at shared map 2025-07-11 23:03:36 +02:00
README.md docs: Update README with features and a short ad 2025-07-12 17:52:16 +02:00
tsconfig.app.json feat: Add WorldMap component 2025-06-07 21:24:00 +02:00
tsconfig.json feat: Create Vite + React project 2025-06-06 12:47:08 +02:00
tsconfig.node.json feat: Create Vite + React project 2025-06-06 12:47:08 +02:00
vite.config.ts feat: Add WorldMap component 2025-06-07 21:24:00 +02:00

Placemarker

📍 World map to track the countries you've been to

Overview

Placemarker is a React SPA app that allows you to track the countries you've visited on a world map.

The app uses IndexedDB to store the data on the client's device. You can also authenticate and sync your data cross-device using Pocketbase.

Screenshot

Features

  • Mark countries you visited on a world map
  • Mark your home country
  • Share your map with others
  • Sync your data across devices
  • Authenticate using OAuth2 (Google, GitHub) or email/password

Advertisement

Are you looking for a proficient full-stack engineer to help you with your next project and you happen to enjoy my work? I am available for hire! Reach out to me via my website.

License

Placemarker is under the terms of the MIT License, following all clarifications stated in the license file.