Pro-gect is the functional prototype that preceded UPH (Unified Project Hub). It served as the testbed for core project management concepts such as task tracking and resource allocation before they were matured into the enterprise-grade UPH system.
- Task Boards: Early implementation of Kanban workflows.
- Resource Views: Prototype for team availability tracking.
Note
This repository is maintained for reference purposes. All active development has moved to UPH.
- Frontend: React + Vite
- Styling: CSS Modules
- Clone
git clone https://github.com/alazndy/Pro-gect.git
- Install
npm install
- Run
npm run dev