Vue Phone Book is a web app where you can save and group your phones.
-
Vuex
-
Vue Router
-
vue-the-mask
-
Each process will be stored in the browser itself using a plugin such as localforage. Thus, the data will not be deleted when the page is refreshed.
-
Profile photos of people can be uploaded.
-
Individual color assignment
-
Export all information in CSV (Excel) format
-
Add contact to favorites
-
Membership system will be added to the project. Users will be able to log in to their account and add people.
yarn install
yarn run serve
yarn run build