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.
✨ 구현 기능 명세
깃허브 검색창 구현
아이디 검색 시
사진 아이디 팔로워, 팔로잉,public repository 나오도록 구현했습니다
🎁 PR Point
사실 이번 과제에서 저번보다는 코드짜는 것 자체는 어렵지 않았는데 경로 오류가 자꾸 떠서 멘붕이 왔었어요 이때마다 아프신 나희님을 너무 괴롭힌 것 같아 너무 죄송한 마음이에요.. 확실하게 React 문법 자체는 몰라도 계속 검색하다보니 조금씩 알아가고있는 것 같습니다!
App.jsx에서 const data = await getApi(); 괄호 사이에 아이디를 넣어버렸는데 코드 자체 속에는 ID가 존재하지만 구현 결과물은 ID 없는 상태로 올렸습니다!
😭 어려웠던 점
api 연결하는 부분에서 처음에 애를 좀 먹었고 그 다음에 계속 app.jsx와 api.jsx,SearchBar.jsx 파일 경로가 이상하다고 해서 시간이 많이 걸렸는데 api.js는 src 속 lib폴더에 존재해서 app.jsx에서 그냥 src안에 존재하는 api로 갈때는 파일을 나간다는 ./만 하면 되지만 SearchBar.jsx는 components 폴더 속에 있는 파일이기 떄문에 폴더를 나간 후에 api.js로 가야하기 때문에 ../를 해야한다는것을 알았습니다
😎 구현 결과물