This is my first project using Vue.js with Vuex state management. This project represents one of the ways I apply the Vue.js skills I've learned online.
-
Updated
Mar 25, 2024 - Vue
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage
data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage
returns a different object than localStorage
for the corresponding site loaded over HTTPS (e.g., https://example.com).
This is my first project using Vue.js with Vuex state management. This project represents one of the ways I apply the Vue.js skills I've learned online.
Vue 3, Composition API, local Storage, moment js, validator
Implementing a shopping cart project with Vue.js, managing state with VueX, and storing the shopping cart in localStorage.
Implementing a shopping cart project with Vue.js, managing state with Pinia, and storing the shopping cart in localStorage.
A programme to take inputted data and transform it into a PDF CV using PHP