In this project, i used to figma for design process. I will send commit whenever i've the time. At the end of the project, i'll upload the work to my website as new template and if you want, you can use it by making changes.
This repository contains only front-end design files made using vue.js and tailwindcss.
yarn install
yarn serve
yarn build
yarn lint
Before using, replace the endpoints in src/store/index.js
with the your API endpoints. Enter the token generated by your API in the token
section in the state
. Also, check your data format before print your values. The default json data format for this application like this;
{
'status': 'Success',
'message': 'Success message',
'data': JSON
}