Sistema di gestione e assegnazione veicoli con console interattiva, tracciamento e logica OOP. Architettura modulare in TypeScript.

A TypeScript project modeling the organizational structure of Moove, a shared micromobility service. It focuses on the interactions between users, vehicles, and cities.
The project is available on CodePen: https://codepen.io/Simone-Camerano/pen/zxqpOjv
npm install
npm run build
node app.js
app.ts: Main TypeScript logicindex.html: (Optional) Browser interfacetsconfig.json: TypeScript configurationMIT