A modern full-stack web application for project prioritization. It is designed to track capital projects, programs, and other initiatives using a structured framework.
- WBS Hierarchy: Organize projects into a tree structure using a dot-delimited Work Breakdown Structure (e.g.,
1.1.2). - Project Prioritization: Framework for evaluating and ranking projects based on customizable criteria.
- Project Tracking: Monitor status, budget, and progress across initiatives and individual projects.
- Frontend: React, Mantine, Vite, TypeScript
- Backend: Hono, Node.js, TypeScript
- Database: SQLite (via better-sqlite3)
npm install
npm run install:all
npm run devSee INSTRUCTIONS.md for more detailed development guides.