Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a Swiss vacation planner web application that allows users to mark and track planned vs visited locations on an interactive map. The application is a single-page vanilla JavaScript app with no build system or dependencies beyond CDN-loaded libraries.
SwissVacationPlanner class that handles:
places[]: Array of place objects stored in localStorage as 'swissPlaces'markers: Map object linking place IDs to Leaflet markersgetLocationName()Places are stored as objects with:
id, name, lat, lng, type, date