Project

Union Dues Calculator WordPress Plugin

Custom WordPress plugin that calculates union dues based on configurable rules and renders an embeddable calculator via shortcode for use on campaign and informational sites.

Role & Stack

Solo plugin developer

WordPressPHPJavaScriptShortcodes

Highlights

  • Designed a reusable plugin instead of hard‑coding calculator logic into individual themes or pages
  • Implemented a shortcode‑based calculator UI so non‑technical editors can embed it anywhere in WordPress content
  • Encapsulated the dues calculation logic in PHP functions to keep business rules testable and easy to adjust
  • Handled user input and output formatting to present clear, predictable results for site visitors