Loading repository data…
Loading repository data…
kpomeru / repository
VueDo is a Todo application built on Vue 3 & Pinia firebase. This to-do app has a parent-child relationship between projects and tasks; it also includes a comment feature for projects and tasks.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
VueDo is a Todo application built on Vue 3 & Pinia firebase. This to-do app has a parent-child relationship between projects and tasks; it also includes a comment feature for projects and tasks.

First, if you already do not know, this project is all VueJs 3. I have been using Vue 2.* for a couple of years now and I must say the setup structure and composition API in the latest version bought me over completely.
Firebase is a great kick-off point for hands-on services during frontend development and sometimes backend. We used Authentication and Firestore modules for VueDo. Due to transaction cost impact, I used one collection (projects) and housed everything else within. Projects can have comments or tasks, and a task collection can have comments as well.
Yes!!! Don't you just love what this tool accomplishes in your Vue 3 project? Switching from vuex for state management to Pinia, shows VueJS is heading in a positive and welcomed direction.
To quickly get up a running with styling VueDo, I used Tailwindcss (v 3.*).
View: VueDo