Maintenance Tracker
Check to see when you are due for a car service such as tire rotation or an oil change,this site will perform all of the calulations for you!
Link to project: https://mnpm.onrender.com/
Maintenance Tracker
HTML, CSS, JavascriptNode, Express & MongoDB
I built this project once I was more comfortable with working on the back end and incorporated some calculations for funsies!
Rendering the calculations how I wanted to was a bit tricky, but once I figured out how to target the values I needed for the calculations, the rest was cake.
- Clone repo
- run
npm install
- run
node server.js
- Navigate to
localhost:6060