Public
Like
nyc-map
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data โ all from the browser, and deployed in milliseconds.
A web application displaying an interactive map of New York City with pinned important locations.
- Interactive map centered on NYC
- Custom markers for important locations
- Location labels and addresses
- Compact floating legend bubble in top-right corner
- Responsive design optimized for all screen sizes
- Semi-transparent legend with backdrop blur effect
- Hover animations and smooth transitions
- Click-to-navigate functionality from legend to map markers
- Arcadis: The Woolworth Building, 233 Broadway 16th floor, New York, NY 10279
- Steven, Tristan, & Thomas: 503 W 22nd St
- Burke & Bashar: 175 E 3rd St
index.ts
- Main HTTP handler serving the map applicationfrontend/index.html
- Main HTML template with Leaflet mapfrontend/style.css
- Custom styling
The app serves an interactive map at the root URL with all locations pre-pinned and labeled.