cadwallader / mortgage-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mortgage-calculator

this is an attempt to clone the mortgage calculator component from trulia.com

  1. clone, initialize, and test this repo
git clone https://github.com/7-deadly-saiyans/mortgage-calculator.git
cd mortgage-calculator
npm install
npm run test
  1. seed the database, run the server, and open the client
npm run seed
npm start

About


Languages

Language:JavaScript 99.6%Language:HTML 0.4%