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

9회차과제 - 김주희 #8

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

Conversation

juiuj
Copy link

@juiuj juiuj commented May 28, 2024

내가 개발한 기능

  • 네비게이션 바 구현
스크린샷 2024-05-28 오후 6 09 54 - 공지사항 게시글 수정, 삭제, 게시 기능 `CRUD `구현 스크린샷 2024-05-28 오후 6 10 17

유의 깊게 개발한 부분

  • CRUD 적용하는 방법에 관해 검색해 보면서 배울 수 있었음.

개발할 때 들었던 의문사항

  • 스토리지 사용과 관련하여 더 찾아보고 구현해보고싶음.

Copy link

@kyw2790 kyw2790 left a comment

Choose a reason for hiding this comment

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

코드도 전반적으로 깔끔하게 쓰신거 같고 다양한 폰트, 로고 (svg)를 쓰신 거 같습니다! 확실히 눈에 들어오고 이쁘네요:) 수고하셨습니당

Copy link

Choose a reason for hiding this comment

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

svg 파일을 사용할때 publice에 정리하는 것이 컴포넌트를 더 깔끔하게 보일 것 같습니다. import { ReactComponent as MyIcon } from './icons/my-icon.svg'; 이런식으로 하면 될거같습니다!

Copy link
Author

Choose a reason for hiding this comment

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

오! 좋은 방법인 것 같습니다~ 참고하겠습니다!
리뷰 감사합니다:)

<Route path="/about" element={<About/>}/>
<Route path="/techService" element={<TechService/>}/>
<Route path="/notice" element={<Notice/>}/>
<Route path="*" element={<NotFound/>}/>
Copy link

Choose a reason for hiding this comment

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

<Route path="*" element={}/> 사용하여서 error 페이지 만든 것이 인상깊네요!

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.

2 participants