Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 699 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 699 Bytes

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