o Implement reactive data binding and composition API create dynamic user interfaces to build reusable and maintainable components.
o Developed Vue components using composition API to creating modular and easy-to-integrate pages like facility list, Facility details page, product page, etc.
o Using Vue Router I implemented routes, enable lazy loading for improved performance, and
implement route guards to secure certain routes based on user roles and authentication status.
o I also utilized Axios, for data fetching. With Vue 3 composition API, I implemented reusable
functions to handle API requests, manage responses, and perform data manipulation. I also
incorporated error handling to provide a smooth user experience.