Skip to content

A simple tool for tracking hill charts

Notifications You must be signed in to change notification settings

D1lsh0d/hillchart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hill Chart

A simple, static web app for creating and sharing Shape Up Hill Charts.

Disclaimer: this is just an evening of vibes, use at your own risk :D

What are Hill Charts?

Hill Charts visualize project progress. Each scope moves along a hill:

  • Left side: Figuring things out (problem-solving)
  • Right side: Making it happen (execution)

Features

  • Drag scopes along the hill to show progress
  • Shareable URLs with full chart state encoded
  • Copy images to clipboard for GitHub, Slack, etc.
  • Hand-drawn aesthetic using RoughJS
  • 100% static - no server, no database

Usage

  1. Set a title at the top
  2. Click "+ Add Scope" to add work items
  3. Drag scopes horizontally to position them
  4. Double-click a scope to edit or delete it
  5. Use "Copy Link" or "Copy Image" to share

Technology

  • Vanilla JavaScript (ES6 modules)
  • RoughJS for sketched style
  • Caveat font (embedded)

About

A simple tool for tracking hill charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • CSS 14.9%
  • HTML 13.2%