The frontend component of a simple mortgage quote tool. The general objective is to allow a borrower to enter a loan amount and then view all loan products available for that amount, with sort and filter options.
Follow the following instructions from the command line.
First clone the repo to your local machine, with command:
git clone [email protected]:cmugla/mortgage-search.git
Then run the npm install:
npm install
Build the distribution files, use command:
npm run build
Run the server, use command:
nodemon
Then, go to http://localhost:3000/ to view the page.
Given the tight timeframe, this app was not built mobile-first nor was it tested on multiple browsers or devices. The recommended browser is Chrome, device is desktop or laptop computer.
The API and assignment was provided by morty