From 279e8e27998afef6e29e02a7cfc04693d418f27f Mon Sep 17 00:00:00 2001 From: Yoonsoyoung02 Date: Sat, 22 Mar 2025 22:47:18 +0900 Subject: [PATCH 1/7] =?UTF-8?q?feat:=20creat.tsx=EC=99=80=20todos.tsx=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/create/index.tsx | 187 ++++++++++++++++++++- src/pages/todos/index.tsx | 328 ++++++++++++++++++++++++++++++++++++- 2 files changed, 510 insertions(+), 5 deletions(-) diff --git a/src/pages/create/index.tsx b/src/pages/create/index.tsx index 897fd83..9130670 100644 --- a/src/pages/create/index.tsx +++ b/src/pages/create/index.tsx @@ -1,3 +1,188 @@ export default function Create() { - return
Create
; + return ( +
+ +
+

+ 할 일 추가/수정 +

+ + {/* 제목 입력 필드 */} +
+ +
+
+ +
+ + {/* 내용 입력 필드 */} +
+ +
+
+