updated carPay calc - added regression testing and a pie chart
updated the car payment calculator with the following changes:
- added code for regression testing (verify through the console in google chrome)
- added a pie chart for visual representation (requires chart.js and react-chartjs-2)
- added a check if current vehicle value > new vehicle price
- fixed some minor bugs