This project was bootstrapped with Create React App.
- Make sure you have
npm
andnode
installed with a version of Node 14 or higher. - Use the
Code
dropdown or copy this link https://github.com/seanulus/loan-calculator.git to clone the repo using thegit clone
command in your terminal. - Verify that all modules are installed by running
npm install
after the repo is successfully cloned.
Continue with the below steps once the above are complete
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
I didn't have enough time to write up any tests for this app so all available test/s were included in the initial setup.