Open
Conversation
|
고생 많으셨습니다! |
|
수정기능 구현과 디자인 구현이 좋았습니다. |
|
수고하셨습니다~ |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Todo App mini-project
프로젝트 소개
React를 이용해 Todo 어플리케이션을 구현한 사이트입니다.
할일을 입력하면 index 순서대로 로컬에 저장되며 수정 버튼을 눌러 내용을 수정할 수 있습니다.
완료(체크버튼) 클릭시 해당 항목이 리스트 제일 아래로 이동하며 최대 표시 항목수는 5개 이고 이후로는 아래로 스크롤 됩니다.
기술스택
개발기간
⚙️설치 및 실행 방법
1. 리액트 설치
npm create vite@latest projectname -- --template react cd projectname npm i2. 테일윈드 설치
✔️vite.config.js 에 추가
✔️index.css 에 추가
3. 라우터 설치
🚀실행
데모