Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onradar

A personal project tracker visualized as a radar.

Four quadrants — Backlog, In Design, In Progress, Finished — and pins for each project. Distance from center shows progress within the current stage: outer edge = just entered, center = ready to graduate. Drag pins as projects move.

Single user, single device, localStorage only. No backend.

Stack

SvelteKit + TypeScript, exported as a static site via @sveltejs/adapter-static. Deploys to any free static host (Cloudflare Pages, Netlify, GitHub Pages).

Develop

npm install
npm run dev      # dev server
npm run check    # type + svelte check
npm run build    # static export to build/

Status

v1 implemented: static radar, localStorage store, drag-to-move with pointerup persistence, add/edit/delete side panel, empty state. Not yet deployed.

About

Web app that visualizes personal projects as blips on a radar — a circle divided into 4 quadrants (Backlog, In Design, In Progress, Finished). The user drags pins around to keep track of where each project actually is.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages