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회차 과제 - 박연기 #12

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

Conversation

yeongipark
Copy link
Member

image

  1. 내가 개발한 기능
  • TMDb api를 이용해 인기영화 리스트를 받아왔다
  1. 유의깊게 개발한 부분
  • 오픈 api를 처음 사용해봐서 어려움이 있어서 많은 블로그를 참고 하여 개발진행

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.

수고하셨습니다!

};

fetchMovies();
}, [apiKey]);

Choose a reason for hiding this comment

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

useEffect 내부에서 함수 선언하시고 영화 데이터들을 받으셔서 코드가 간단한 점이 좋은 것 같슴다!

<p>{movie.overview}</p>
<img
src={`https://image.tmdb.org/t/p/w500${movie.poster_path}`}
alt={movie.title}

Choose a reason for hiding this comment

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

맵 함수를 통해서 각 정보들을 한 방에 입력하신 것이 가독성이 좋네요!

@yeongipark yeongipark changed the title 9회차 과제 - 박연기 10회차 과제 - 박연기 Jun 2, 2024
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