Mortgage Calculator implementation imitating Zillows's calculator feature offered on the main website
Mortgage Calculator is an implementation of Zillow's calculator using React and D3. This component is built as a fullstack application utilizing React, Express and SQLite.
MortgageCalculator-main-content // Author: me
The Front End Capstone was developed along with two other developers in charge of different components
Zillow-Neighborhood Google Maps // Author: Andrew Schuessler
Zillow-Gallery Flexbox // Author: Michael Our
- React front-end framework
- Node.js
- Express.js
- d3.js
- Testing
After cloning the Repo to your machine move to root directory
# Install dependencies
npm install
# Run database seeder
npm run seed
# Run the server locally
npm run startDev
# Run the server in production (AWS)
npm run start
# Open SQlite Shell
npm run sqlShell
