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

10회차 과제 - 정수안 #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

petitmatinz
Copy link

No description provided.

Copy link

@jihyun132 jihyun132 left a comment

Choose a reason for hiding this comment

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

정말 깔끔하게 코드 잘 짜신 것 같아요! 바쁘셨을 텐데 서비스 여러 개 만드신 것 멋져요👍

);
const data = await response.json();
setWeather(data);
setLoading(false);
Copy link

@jihyun132 jihyun132 Jun 2, 2024

Choose a reason for hiding this comment

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

로딩 기능도 넣어 개발한 것이 인상깊네요! 좋은 것 같아요!!

value={title}
onChange={(e) => setTitle(e.target.value)}
placeholder="Enter movie title"
/>

Choose a reason for hiding this comment

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

button 태그 없이 input 태그만 사용해서 더 깔끔한 화면을 보여주는 것이 좋은 것 같아요!

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.

3 participants