https://github.com/maymeow/pert-task-estimator
Task estimator using Three-Point Estimation (PERT)
https://github.com/maymeow/pert-task-estimator
experiment pert task-estimation tool
Last synced: 4 months ago
JSON representation
Task estimator using Three-Point Estimation (PERT)
- Host: GitHub
- URL: https://github.com/maymeow/pert-task-estimator
- Owner: MayMeow
- License: agpl-3.0
- Created: 2025-05-09T08:46:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T08:59:03.000Z (about 1 year ago)
- Last Synced: 2025-10-21T19:51:39.822Z (8 months ago)
- Topics: experiment, pert, task-estimation, tool
- Language: HTML
- Homepage: https://pert.maymeow.dev
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📊 PERT Task Estimator
This is a simple browser-based tool to help you estimate task durations using **Three-Point Estimation (PERT)**.
## 🚀 Features
- Add subtasks with:
- **Optimistic time (O)**
- **Most likely time (M)**
- **Pessimistic time (P)**
- Calculates task estimate using the PERT formula:
\[
\text{Estimate} = \frac{O + 4M + P}{6}
\]
- Sums up total project time
- Allows you to apply a custom buffer percentage (e.g. 20%)
## 🖥️ How to Use
1. Open `index.html` in your browser.
2. Enter each subtask and its O/M/P time estimates.
3. Click "Add Subtask" to calculate.
4. Adjust the buffer if needed.
5. View total and final estimated project time.
## 📄 License
AGPL-3.0