Yet Another Simple TODO App Starter 📚 學習目標 完成這個專案後,你將學會: DOM 操作與事件處理 Fetch API 與非同步程式設計 使用者認證流程(註冊/登入) CRUD 操作(新增/讀取/更新/刪除) 現代前端工具鏈(Vite + Tailwind CSS) 環境需求 Node.js npm 或 yarn 安裝步驟 Clone 或下載此專案 安裝依賴套件:npm install 啟動開發伺服器:npm run dev 開啟瀏覽器訪問:http://localhost:5173 文件:https://todoo.5xcamp.us 歡迎提交 Pull Request! by dev@5xcampus.com