Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 506 Bytes

File metadata and controls

11 lines (10 loc) · 506 Bytes

Interview Task: Dasboard for (doctors, patients) with CRUD operations

  • faked api with hardcoded "fakeApi" in pinia stores.
  • used pinia-plugin-persistedstate to persist data in session, as long the app didn't reload.
  • added basic login and guards with vue-router.
  • used SCSS.
  • added form for Crud Operation in the end of Doctors/Patients pages so that you can see the update instantly (it's just a demo).
  • Deployed with github actions here.