Conversation
Fix: 이미지 태그 중복 사용 제거 이미지 태그가 중복 사용되어 이미지가 겹쳐 보이는 문제가 발생하였습니다. 따라서 하나의 이미지 태그만 남기고 나머지 이미지 태그는 삭제하였습니다. Resolves: #1
Feat: 나머지 기능 추가 Ingredients, Instruction, Nutrition 부분 추가 및 각 요소 구현 Resolves: #2
Fix: 숫자 버그 수정 및 간격 조절 Instructions 부분 목록에서 내용이 많아 다음 줄로 넘어가면 내용 시작 부분부터 시작되는 문제 발생 ol > li 사용하여 수정 후 간격 조절 Resolves: #3
Feat: 폰트 추가 Young Serif, Outfit 폰트 추가 Resolves: #4
Design: UI 디자인 구현 제목, 내용, 리뷰 기능 구현 Chat GPT 활용 Resolves: #5
Feat:폰트 추가 League Spartan 폰트 추가 Resolves: #5
Feat: recipe CSS 파일 분리 코드 리뷰를 반영하여 recipe의 HTML에 있던 style을 CSS 파일로 분리하였습니다. Resolves: #12
Feat: layout CSS 파일 분리 및 image 파일 추가 layout의 HTML에 있던 style을 CSS 파일로 분리하였고, image 파일 추가하여 image를 image 파일에 추가하였습니다. Resolves: #13
Fix: 전반적 코드 수정 absolute를 많이 사용하여 추후에 반응형 디자인 할 때를 위해 div & flex를 사용한 코드로 바꾸었습니다. Resolves: #13
Fix: 여백 및 숫자 수정 부모 태그의 gap을 수정하고 spacing 클래스를 가진 div를 추가함으로써 전체적인 간격 및 nutrition 여백을 조정하였습니다. instruction 목록 숫자에 컬러를 추가하였습니다. Resolves: #14
미디어쿼리 실습 코드
Feat: layout 반응형 기능 추가 layout에 media-query를 이용하여 반응형 기능을 추가하였습니다. Resolves: #15
Fix: 배경 수정 배경 수정 Resolves: #16
gaeun2o
added a commit
that referenced
this pull request
Nov 5, 2024
[fix] 사진 깨짐 수정 + 코드 분리 사진 파일을 새로 추가하고 css, html 로 파일을 분리했습니다. resolves : #11
Feat: Todo 기능 구현 Todo 기능을 구현하였습니다
Fix: hover 기능 수정 여러 hover 기능 및 다른 기능들을 수정하였습니다.
Fix: cancel hover 수정 text에 hover하였을 때만 cancel이 보였는데 각 todo에 마우스가 hover 되면 cancel이 보이도록 수정하였습니다. Resolves: #17
Fix: 로딩 시 oval 문제 해결 새로고침 시 light oval이 적용되는 문제가 발생하여 필터링 함수 부분에서 수정하여 해결하였습니다. Resolves: #18
Fix: filterTodos 함수 부분... 아직...고치는중.........................
Fix: filterTodos 수정 filterTodos를 수정하여 oval이 제대로 보이도록 만들었습니다 Resolves: #19
Feat: 드래그 앤 드롭 다운 기능 추가 드래그 앤 드롭 다운으로 각 todo 위치를 변경 가능하게 하는 기능을 추가하였습니다. Resolves: #20
React 실습 코드
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
전체적인 피드백
layout
recipe