This project is called "Mortgage Calculator" which is part of the REACT100 module. Simply clone the files from GitHub and run 'npm run build' in the Terminal. Then run 'npm start' and navigate to http://localhost:3000 to run the Mortgage Calculator! Simply enter in the desired Loan Balance, APR Interest Rate, and select either a 15 or 30 year loan. Then click Submit to calculate your monthly payment. If you want to verify that all tests have pass, please run "npm test" in the Terminal.