Simple business in and out record keeper realtime with chat
https://github.com/nkb-bd/quasar-ledger-app
Thanks to Dannys tutorials

Best posts made by king_of_leon
-
Test Ledger App Very Simple
-
RE: Installed apk generated by quasar dev / build command does not work in Android
Got it thank you so much . Loving this framework more and more!
-
RE: vuex getters actions
it little confusing on docs , a example would really help
Latest posts made by king_of_leon
-
RE: Icon setup Issue
Having the issue when I added icon set in quasar config framework and extras, removed it from framework icon set now its working
-
Cannot read property 'foobar' of undefined ,even after I initialized the object and the value also get printed ?
Looking for a long time for this solution. Object example:
foo :{
test :1,
test:2
} -
RE: How to manage SEO when prerendering with Quasar ?
some direction to help with seo/ generating html ?
-
Icon setup Issue
When I tried to add ion-icon as described in https://quasar.dev/options/quasar-icon-sets says dependency missing.
I added icon in quasar config extras and and framework object. Also installed quasar extras node package. What am I doing wrong?
Thanks in advance. -
RE: How to use slide transition between one component while switching pages?
Here is how I used :
<transition name=“slide” mode=“out-in”>
<router-view />
</transition>
<style>.slide-enter-active,
.slide-leave-active {
transition: opacity 0.5s, transform 0.5s;
}.slide-enter,
.slide-leave-to {
opacity: 0;
transform: translateX(-30%);
}</style>
Hope this helps.
-
RE: Corona Risk Calculator
nice! it would help if there is also comparison of last day and current some thing like this
-
RE: alternative for firebase
Thank you all . Actually I need to create a PWA so I guess BaaS would help me, I am not very familiar with BaaS. As I know it will do things such as user authentication, database management etc. I found parse server and Back4App , but I am confused how I will enable both offline and online use when using a BaaS. It might be a very beginner level question as I very new to this.
Appreciate all your help. -
alternative for firebase
Best opensource alternative for firebase to use as live backend ?