-
Notifications
You must be signed in to change notification settings - Fork 6
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
[DEV] 다이어리 상세 페이지 구현 #14
base: main
Are you sure you want to change the base?
Conversation
- use js library
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.
벌써 상세 페이지까지 구현하시다니.. 역시 리더님😲
한 파일에 상수로 정리해 놓아서 수정할 때 용이할 것 같네요 수고하셨습니다!
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.
텍스트 상수를 별도로 파일로 분리하여 관리한 점이 너무습니다. 확장성과 유지보수 측면에서 매우 유용합니다.
텍스트 상수를 별도 파일로 분리해서 관리하는것이 좋은 접근이라고 생각합니다! 유지보수 할때도 매우 편리할 것 같네요. 고생 많으셨습니다!
Summary
다이어리 상세 페이지 구현하였습니다.
Description
tailwind.css
에 버튼 공통 css를 설정하였습니다.