You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Single Page Application (SPA) built with Vue.js, allowing users to explore, add, edit, delete, and manage job listings. This project demonstrates CRUD operations seamlessly integrated with a JSON server using Axios.
A simple Vue.js application where users can browse products, add them to a shopping cart, modify quantities, remove items, and view the total cost. This project demonstrates fundamental concepts of state management with Vuex and routing with Vue Router.