This is a project that lists avialable vehicles according to their locations, with options to filter according the the vehicles model, fuel level or location. The frontend is built using VueJs, Typescript, and Jest. Element-UI's components was also used in this design. On initialization, locations are fetched from remote backend server, which is used to query for vehicles and can be filtered to meet user requirements.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint