I’m building a simple app that manages pins on a map. Each pin has a title, an optional comment, and a list of tags.
The app displays all pins on a map, and the list of all tags. The user can then select tags, and the map is updated to show only pins having that tag.
In the roadmap, I was planning to have the ability to link those pins to stuff outside of the app (Evernote notes, Joplin notes, webpages, …) and also to sync in from outside (for example, add a note in Evernote with geo coordinates → it automatically shows up as a new pin in my app).
Here’s a screenshot showing just a bit of places I’ve travelled to. I also have pins marking places I want to visit, places with interesting stuff or that I want to remember for any given reason.
Stuff missing: it can’t save changes! I haven’t built a backend for it yet, it’s just a plain HTML+JS file sitting in my computer.
