[mission2] 2단계 미션 구현 - 이문희/1팀#44
Merged
rimi-w merged 11 commits intoOZ-Coding-School:이문희from Mar 10, 2026
Merged
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.
구현 사항
-TMDB API 연동
-영화 목록 UI 구현
-상세 페이지 구현
-라우팅 및 네비게이션
어려웠던 점
-.env 파일을 사용하여 환경 변수를 설정하는 과정에서 Vite 환경에서 VITE_ 접두사를 붙여야 한다는 점
-TMDB API의 이미지 데이터가 poster_path만 제공되어 이미지 base URL을 직접 조합해야 한다는 부분
-컴포넌트 간 props 전달 과정에서 movie.poster_path와 poster값을 혼동하여 포스터 이미지가 정상적으로 출력되지 않는 문제 발생
-react-router-dom을 사용한 동적 라우팅과 useParams 활용 방식을 처음 적용하면서 라우팅 구조를 이해하는 데 어려움
구현 이미지