김여진 week01 - #17
김여진 week01#17duwlsl wants to merge 2 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
canofmato
left a comment
There was a problem hiding this comment.
여진님 수고하셨습니다! PokemonHeader, PokemonList, PokemonCard로 역할을 나누고 배열과 map, props를 사용해 반복 UI를 구성한 점이 좋습니다!!👍🏻
작업 내용
Figma 시안을 기반으로 React와 TypeScript를 사용해 포켓몬 카드 화면을 구현했습니다.
변경 사항
PokemonHeader,PokemonList,PokemonCard컴포넌트를 분리했습니다.map()과 props를 사용해 카드 4개를 렌더링했습니다.alt속성 등을 바인딩했습니다.npm run lint와npm run build가 정상적으로 통과하는 것을 확인했습니다.스크린샷
참고 사항