gabrielwillemann / my-car-came-from

Small app for vehicles license plate information

Home Page:https://gabrielwillemann.github.io/my-car-came-from/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Car Came From

Onde Foi Emplacado is the portuguese name.

In Brazil all vehicles have a license plate number follow pattern AAA1111 (three letters and four numbers).

Through license plate number it is possible to know the state the car came from. The complete list, plate number by states, is available this link.

This app find the license plate number in list and show the car's home state.

Recently the Brazil adopted a new pattern: AAA1A111. The rule to conversion of the license plate number is:

  • 0 = A
  • 1 = B
  • 2 = C
  • 3 = D
  • 4 = E
  • 5 = F
  • 6 = G
  • 7 = H
  • 8 = I
  • 9 = J

For example: The car with plate AAA1111, your new plate is AAA1B111.

This new pattern don't change original list with plate number and states.

Live Demo

Single Page Application

Mobile App

Node Version

Compatible with node version 10.15.

Install the dependencies

npm install -g @quasar/cli
npm install -g cordova
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build Single Page Application

quasar build

Build Mobile App

quasar build -m android

About

Small app for vehicles license plate information

https://gabrielwillemann.github.io/my-car-came-from/


Languages

Language:JavaScript 82.4%Language:Vue 13.3%Language:HTML 2.4%Language:CSS 1.9%