A project estimation tool in html/javascript based upon the PERT estimation technique.
Just download it and point your browser to the index.html file.
- jQuery [provided]
- Sisyphus [provided]
- Keyboard navigation with arrows
- Enter a new task with
Shift-Enter
- export estimations as a *.csv file
- storing the content in the browser localStorage
- Reordering of task via keyboard or/and drag and drop.
- uploading a csv file
This project is licensed under Apache 2.0 see the LICENSE file in the project root
- If you insert a task in the middle of your list and reload the page the stored order is incorrect.
Contributions are welcome!