# Project N.2 - Monte Carlo Simulation Project
Built an we application that will receive, line items with a maximum and minimum estimated values and produce a monte carlo simulation to estimate the probable final Cost of the project.
Also a tornado chart showing the influence of each item on the project. So the project manager can decide what will have a bigger impact on the critical path.
House project
Item | Minimum Cost | Maximum Cost | |
---|---|---|---|
Cement | 50 | 80 | ➕ |
Bricks | 25 | 35 | ➕ |
Tiles | 30 | 40 | ➕ |
Windows | 80 | 90 | ➕ |
Work Force | 150 | 230 | ➕ |
Expected Project Cost: NZD 198.00
# Requirements
Order by minimum Cost, maximum cost or by name.
# Technology Architecture
- Backend: Python/Django REST/API
- FrontEnd: Vue
- Database: MongoDB