Project designed to assist in calculating the needed miles to correct a Tesla Safety Score.
- Add Daily Score and Distances
- Calculate Safety Score
- Calculate miles needed to reach your Target Score
- Change Target Score
Client: Vue, Vuex, Sass
Server: Node, Express.js
Clone the project
git clone https://gitlab.sfnet.app/dstewart/safety-score
Go to the project directory
cd safety-score
Install dependencies
npm install
Start the server
npm run serve