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

[5주차 과제] 이윤서 #3

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

[5주차 과제] 이윤서 #3

wants to merge 3 commits into from

Conversation

dldbstj22
Copy link

✨ 구현 기능 명세

깃허브 검색창 구현
아이디 검색 시
사진 아이디 팔로워, 팔로잉,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로 가야하기 때문에 ../를 해야한다는것을 알았습니다

😎 구현 결과물

스크린샷(67)

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.

1 participant