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

[정성현] sprint5 #82

Conversation

jsh1147
Copy link
Collaborator

@jsh1147 jsh1147 commented Sep 7, 2024

요구사항

기본

중고마켓

  • 중고마켓 페이지 주소는 “/items” 입니다.
  • 페이지 주소가 “/items” 일때 상단네비게이션바의 '중고마켓' 버튼의 색상은 “3692FF”입니다.
  • 상단 네비게이션 바는 이전 미션에서 구현한 랜딩 페이지와 동일한 스타일로 만들어 주세요.
  • 상품 데이터 정보는 https://panda-market-api.vercel.app/docs/#/ 에 명세된 GET 메소드 “/products” 를 사용해주세요.
  • '상품 등록하기' 버튼을 누르면 “/additem” 로 이동합니다. ( 빈 페이지 )
  • 전체 상품에서 드롭 다운으로 “최신 순” 또는 “좋아요 순”을 선택해서 정렬을 할 수 있습니다.

중고마켓 반응형

  • 베스트 상품
    • Desktop : 4개 보이기
    • Tablet : 2개 보이기
    • Mobile : 1개 보이기
  • 전체 상품
    • Desktop : 12개 보이기
    • Tablet : 6개 보이기
    • Mobile : 4개 보이기

심화

  • 페이지 네이션 기능을 구현합니다.

주요 변경사항

스크린샷

멘토에게

- CRA 프로젝트 초기 환경에서 불필요한 코드 제거
- README.md 작성
- 프로젝트 디렉터리 구조화
- index.html에 오픈그래프, 파비콘 적용
- index.js에 초기화 / 변수 / 전역 CSS 적용
@jsh1147 jsh1147 changed the title React 정성현 sprint5 [정성현] sprint5 Sep 7, 2024
@jsh1147 jsh1147 added 매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. 미완성🫠 죄송합니다.. labels Sep 7, 2024
@GANGYIKIM GANGYIKIM closed this Sep 9, 2024
@GANGYIKIM GANGYIKIM reopened this Sep 9, 2024
Copy link
Collaborator

@GANGYIKIM GANGYIKIM left a comment

Choose a reason for hiding this comment

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

성현님 첫 리액트 프로젝트 수행하시느라 고생하셨습니다.
폴더 스트럭쳐를 아주 완벽하게 잡아두셨네요~

원하시는 사항이나 공부하고 싶은 토픽이 있을때 그에 시간을 쏟는 것도
학생의 즐거움이라고 생각합니다 😄
이렇게 변경사항이 있을 때 PR올려주시는거 좋으니 편하게 PR 올려주세요!

Copy link
Collaborator

Choose a reason for hiding this comment

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

P3:
gitkeep이라는 파일은 빈 폴더를 git에 올리기위해 생성하는 파일입니다.
혹시나해서 어떤 파일인지 설명합니다 😁

https://www.freecodecamp.org/news/what-is-gitkeep/

@GANGYIKIM GANGYIKIM merged commit 3ce0807 into codeit-bootcamp-frontend:React-정성현 Sep 9, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. 미완성🫠 죄송합니다..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants