/Scooter-Project

Primary LanguageJavaScriptMIT LicenseMIT

scooter-project

An Electric Scooter Hire app system, created using UML, OOP, JS Classes and TDD

Getting Started

npm install

Running Tests

To run tests in "watch" mode

npm test

To get a coverage report

npm run coverage