This is a simple web application version of the CEA model published on August 16, 2017 at https://www.givewell.org/how-we-work/our-criteria/cost-effectiveness/cost-effectiveness-models
The live version can be viewed at: http://henrymunro.com/HireMe/GiveWell/
To run this application locally: (you will need nodeJS and npm installed)
- Clone the repository
- Move to the repository root directory
- Run the command 'npm run webpack' to build the application
- Run the command 'npm run server' to start the server
- Then visit 'http://localhost:3000'