This project dedicated to fulfill GITS Intern Front-End Test, with 2 page login & registrasi
simply go trough BASE_URL/login or BASE_URL/registrasi to see each page
or
by going trough BASE_URL, will be redirect into login page,
fill the username & password with correct one and get 'success' message
from API and the page will be redirect into next page (/registrasi)
to test API, project must be downloaded because the API cannot fetch from http
npm install
npm run serve
npm run build
npm run test
npm run lint