eggplantiny / vue3-todo-webapp

A Vue3 Todo Web Application with typescript, Vue3, Pinia, Tailwindcss, firebase πŸ“

Home Page:https://todo.eggp.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue3 Todo Web Application

A Vue3 Todo Web Application with typescript, Vue3, Pinia, Tailwindcss, firebase πŸ“

How to run?

npm install
# or yarn
yarn

npm run dev
# or yarn
yarn dev

Used stack

  • Vue3
  • Pinia
  • Tailwindcss + HeadlessUI
  • Firebase Auth
  • Firestore
  • Vue3-Kakao-sdk

Notice

Firebase Auth does not support Kakao OAuth2 login flow.

So this app can't save any data on Firestore if you login with kakao.

that time, this app will save data on localStorage.

Recommended IDE Setup

About

A Vue3 Todo Web Application with typescript, Vue3, Pinia, Tailwindcss, firebase πŸ“

https://todo.eggp.io/

License:MIT License


Languages

Language:Vue 57.5%Language:TypeScript 39.3%Language:SCSS 1.7%Language:JavaScript 0.8%Language:HTML 0.7%