一个支持多人协作的待办事项管理应用。
- 多人协作:支持多用户添加和管理任务
- 任务分组:按用户和日期分组显示任务
- 周统计:展示每个用户的任务完成情况
- 实时更新:任务状态实时同步
- 响应式设计:支持移动端和桌面端
- React 18
- React Router v6
- Vite
- date-fns
- Koa2
- @koa/router
- koa-static
- koa-bodyparser
- Create a new project on Railway
- Connect your GitHub repository
- Railway will automatically detect the
railway.tomlconfiguration - Set required environment variables in Railway dashboard
- Enable GitHub Pages in repository settings
- Set the source branch to
gh-pages - Add the following secrets in GitHub repository settings:
VITE_API_URL: Your Railway backend URL