Static, no-dependency site that turns your mind‑map into a searchable website.
index.html— main pagestyles.css— modern, accessible stylingapp.js— renders sections from embedded JSON, includes live searchassets/project-mindmap.png— the provided diagram imagedata.json— content as JSON (mirrored insideindex.htmlfor easy deploy)
Open index.html directly in a browser, or run a tiny server:
python3 -m http.server 8080- GitHub Pages: commit to a repo, enable Pages on the
mainbranch (root). - Vercel/Netlify: import the repo; set output directory to the project root.
Update section lists in data.json, then copy the JSON object into the inline
window.__SITE_DATA__ in index.html (or adjust app.js to fetch the JSON).
Built with ❤️ for Web4application.