Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

임예솔 과제 제출합니다 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sonamulovebunny
Copy link

@sonamulovebunny sonamulovebunny commented Nov 11, 2024

Description

  • 너무 헷갈려서 gpt의 도움을 많이 받았습니다.....

Important content

  • 어쩌구 저쩌구

Question

  • 어쩌구 저쩌구

Reference

https://www.youtube.com/watch?v=Y2qlUkRlGyU (많은 도움........갈피 잡을 때 좋았습니다 강추)
https://www.youtube.com/live/8VilHGPmrck?si=PYfy8-HB4X-4RIEG

Copy link
Contributor

@leemanjae02 leemanjae02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 과제 피드백
  1. 의존성이 충돌하는 것 같네요 과제 확인이 되지 않습니다.
  2. 불필요한 파일과 불필요한 주석을 정리해주세요.
  3. 아직 프로젝트 세팅이 어렵다면 노션의 자료를 참고하시길 바랍니다.

Comment on lines +10 to +14
const App: React.FC = () => {
const [todos, setTodos] = useState<Todo[]>([]);
const [inputText, setInputText] = useState("");

const addTodo = (e: FormEvent) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React.FC가 무엇일까요? 또 이렇게 작성하신 이유가 있나요?
form역시 form으로 작성하신 이유를 알려주세요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants