kei615ykhm / logic-loom-nextjs14

LogicLoom is a memo app for engineers created as personal developers. There are no release plans. We will proceed with development while learning practical usage of Next.js, TypeScript, TailwindCSS, Vercel, and Supabase.
0 stars 0 forks source link

【初期ステップ】ローカルストレージを使用した最小限構成でのメモアプリを作成する #9

Closed kei615ykhm closed 2 months ago

kei615ykhm commented 2 months ago

目標

ローカルストレージで簡易的な最小限構成でのメモアプリを作成し、今後のアップデートの土台とする。

ディレクトリ構成

src/
├── app/
│   ├── page.tsx
│   └── layout.tsx
├── components/
│   └── memos/
│       ├── MemoList.tsx
│       └── MemoForm.tsx
├── hooks/
│   └── useMemos.ts
└── types/
    └── index.ts

タスク

次のステップ

  1. メモの編集機能追加
  2. メモの詳細ページの作成
  3. ダッシュボードレイアウトの作成
kei615ykhm commented 2 months ago

すべてのタスクが完了したためクローズします。