This app was a long time wish of my wife.
🛒 Draggable Shopping List with Firebase Realtime data synchronization.
🍽 Cooky calendar, to save the meals, we will cook in the future. For the calendar I did not use a library, built it myself, quite a nice, interesting task.
📲 Used the Composition API to write and use a Composition Function for detecting the Swipe-Direction to switch to the previous or next month.
💰 Budget, track all expenses and get a chart bar for monthly expenses
🎲 Jambo-Component: Just a simple Counter for a board game, we play usually. I'm too lazy to always turn over the game tiles to count each turn. So this app makes my life easier.
- Vue
- TypeScript
- Firebase (Auth & Database)
- Vuex
- Vue Router
- Composition API
- Vue Test Utils
- PWA
- Highcharts
Download app, create Firebase project with Authentication and a Firestore Database.
Add firebase config.js file under src folder to project, file exports:
[x] firebase.firestore()
[x] firebase.authFirebase()
npm install
firebase login
firebase init
npm run serve
npm run build
firebase deploy