Skip to content

Dev include bug #2

Open
wants to merge 7 commits into
base: replay-2-base-d7ff49b
Choose a base branch
from

Commits on Jan 12, 2026

  1. feat: 簡易的なTODO管理Webアプリケーションを実装

    - Next.js 14 (App Router) + TypeScript + Prisma + Tailwind CSSで実装
    
    - TODOの追加、一覧表示、完了/未完了の切り替え、削除機能を実装
    
    - REST APIエンドポイント(GET, POST, PATCH, DELETE)を実装
    
    - コンポーネントテストとAPIテストを実装
    
    - SQLiteデータベースを使用(PostgreSQL等への移行が容易)
    
    - Zodによる入力検証を実装
    User committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    0f32688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d8fb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99a5f95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    546577f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aeb1860 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88267db View commit details
    Browse the repository at this point in the history
  7. chore: BUGS.mdを削除

    User committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    67e44a3 View commit details
    Browse the repository at this point in the history