NextJS 14 todo app 정보
NextJS 14 todo app
첨부파일
테스트한 버전5.4
        본문
claude 를 이용해 만들어 봤습니다.
테이블 생성 코드
CREATE TABLE IF NOT EXISTS todos (
  id INT AUTO_INCREMENT PRIMARY KEY,
  task VARCHAR(255) NOT NULL,
  completed BOOLEAN DEFAULT false
);
front-end, back-end 를 한번에
디자인은 구려요. ㅡㅡa
소스코드)
https://github.com/gnuboard/todo-app
실행화면)
https://todo.gnuboard.net/
                        
                추천
                
2
                
    2
댓글 전체
감사합니다.
조금 더 실력 쌓은 후에 적용해보겠습니다^^
 
 
