Aare Guru Dashboard is a little Vue.js project which shows some information from the aare.guru website summerized in a small dashboard. It used the Aare.guru API to achieve this. The dashboard is responsive and mobile friendly.
You can check out the dashboard here.
The deployment has been automated with GitHub-Actions with full credit going to this guide.
npm install
npm run serve
npm run build
npm run test
npm run lint