-
Notifications
You must be signed in to change notification settings - Fork 24
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
[정유석] sprint6 #99
The head ref may contain hidden characters: "react-\uC815\uC720\uC11D-sprint6"
[정유석] sprint6 #99
Conversation
b53ddc3
to
df1cf04
Compare
- Used `useLocation` hook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전반적으로 리액트로 잘 마이그레이션 하셨습니다. 과제 작업하시느라 고생 많으셨습니다!
src/pages/Items.module.css
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
각 page를 page 하위로 분리해 주신 점 훌륭합니다. react file type 기준으로 분류해 주신 것 같습니다!. 한 걸음 더 나아가서, 각 페이지에 대한 css는 어떻게 관리할지도 고민해 보시면 좋을 것 같습니다. 예를 들어, 컴포넌트별 폴더를 하위로 만들어 .js와 .css 를 같이 관리하는 방법도 생각해 볼 수 있을 것 같습니다
@@ -10,6 +10,7 @@ | |||
"react-dom": "^18.3.1", | |||
"react-router-dom": "^6.27.0", | |||
"react-scripts": "5.0.1", | |||
"styled-components": "^6.1.13", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CSS in JS 방식으로 css를 시도해 보신걸까요? 리터털 css가 작성되어 있진 않았던 것 같아서요. 공부하시면서 다양한 시도는 저는 항상 좋다고 생각합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module css
styled-components
이 두개 전부 써보고 싶어서 추가했는데
styled-components 가 어려워서 아직 모듈css로만 작업하고 있습니다.
다만 나중에 styled-components 도 시도해보려고 남겨뒀습니다 ㅎㅎ
스프린트6 기본 요구사항
공통
프론트엔드 구현 요구사항
랜딩 페이지
중고마켓 페이지
상품 등록 페이지
심화 요구사항
상품 등록 페이지
유효한 조건
상품명: 1자 이상, 10자 이내
상품 소개: 10자 이상, 100자 이내
판매 가격: 1자 이상, 숫자
태그: 5글자 이내
멘토에게