This readme is written for a Windows OS
RELEASE 1.0 NOTES
(a) Monthly Payment Calculator
(b) Vehicle Affordability Calculator
(c) Low Rate vs. Cash Back Calculator
(d) Chatbot and Live messaging
(e) Live Video Calling
(a) Y values on the chart overlapped with the Y axis labels
(b) The chatrooms errored out when deleting a room
(a) The calulators will error out with negative inputs
(b) The legend for the multi-bar chart overlaps with the bars
(c) The tool tips for inputs and chart data are still in progress
(d) The Monthly Payment Calculator does not include a downloadable csv of the loan payoff schedule
(e) Monthly Payment Calculator and Low Rate vs. Cash Back Calculator will show the same chart until the page is refreshed or the inputs are changed
INSTALL GUIDE
(a) Navigate to `https://nodejs.org/en/download/`.
(a) Type `git clone https://github.com/wshep17/RegionsBank-JIC-101.git` into the command line.
This command will create the project folder and initialize git in that folder.
(a) Type `cd RegionsBank-JIC-101` into the command line.
This command will change directory to the project folder.
(b) Type `cd loan-calculator` into the command line.
This command will change directory to the front-end folder of the application.
Note: You should be in the `loan-calculator` folder
(a) Type `npm install` into the command line.
This command will install the dependencies in the local `node_modules` folder.
Note: You should be in the `loan-calculator` folder
(a) Type `npm start` into the command line.
This command will run the start script to start the application in development mode.
(a) Open [http://localhost:3000] to view it in the browser.