carcalc
An auto loan calculator that doesn't suck. Calculates monthly payment, and provides scenarios if income and expenses are provided.
Build steps
- Install nodejs, and bower.
- Open terminal and navigate to source code directory
- Command
npm install
- Command
bower install
- Either Open index.html in browser. Or...
node server.js
- Open web browser to
http://localhost:3000/
- To develop,
node server.js
, open another terminal andnpm start
.
Frameworks Used
Frontend
React View framework / UI Components
Flux Architecture
bootstrap - Front end framework
Backend (all optional, I just used for dev as it serves faster than local file)
NodeJS - App platform
Express - Web app framework
Tools
bower - client side package management
browserify - dependency bundler/commonjs 'loader'
reactify - browserify transform for JSX