Todo List built using Vue, Google Auth, and Firestore as DB.
A basic todo SPA built using Vue with Google Authentication and Google Firestore as a database. It allows you to manage all of your todos and organize them into different categories.
Make sure you have npm
working.
.firebaserc
file and add your firebase project id there.
npm install -g firebase-tools
firebase login
dist
folder, deploy it, and generate a URL for you.
npm run deploy
Below is preview of how the app looks like. No framework used and I wrote the CSS from scratch. 😎
Released under GNU GPLv2.0 or later license.