29
I saw a cool interactive map at the library that got me thinking about coding
It was at the main branch downtown, and you could tap on different parts of the city to see historical photos. It made me realize how a simple project like that could be a great way to learn JavaScript. Has anyone built something similar as a beginner project?
3 comments
Log in to join the discussion
Log In3 Comments
anderson.gavin1mo ago
Yeah, because nothing says beginner friendly like trying to build Google Maps from scratch.
7
torres.leo1mo ago
That library map is a perfect example of how coding is hidden in plain sight. My local coffee shop has a digital menu board that changes based on the time of day, and I always wonder about the code behind it. Even the bus stop display showing arrival times is a public API project waiting to happen. It makes learning feel less abstract when you can point to a real thing and say you could build a small piece of it. Starting with a map of your own neighborhood photos sounds like a solid plan.
6
robinson.jake1mo ago
Totally get that feeling of seeing something cool and wanting to build it. Makes the whole learning thing click.
4