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

[2주차 기본/심화/생각 과제] 웨비의 사진관 📸 , 가계부 💸 #2

Merged
merged 51 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
ce8c47b
practice : 👊🏻 2차 세미나 실습
binllionaire Oct 19, 2023
59db571
init : 🎉 2차 과제 시작
binllionaire Oct 19, 2023
3bad2c7
feat : ✨ 이미지 hover 시 설명 추가
binllionaire Oct 19, 2023
3e142bd
feat : ✨ top 버튼 스크롤에 따라 선명해지는 효과 추가
binllionaire Oct 19, 2023
2320d1b
feat : ✨ 3줄 이상의 설명 더보기 기능 추가
binllionaire Oct 20, 2023
9061c53
feat : ✨ 좌우로 스크롤하는 버튼 추가
binllionaire Oct 20, 2023
f7eb819
design : 💄 heading 태그 굵기 초기화
binllionaire Oct 20, 2023
5dcbd1a
feat : ✨ 최초 데이터 렌더링
binllionaire Oct 22, 2023
671a9d6
design : 💄 내역 리스트 너비 비율 수정
binllionaire Oct 22, 2023
b57e654
feat : ✨ 총수입/총지출 렌더링
binllionaire Oct 22, 2023
3245b98
refactor : ♻️ 매직넘버 상수화
binllionaire Oct 22, 2023
152f60c
rename : 🚚 초기 데이터 렌더링 js파일 이름 변경
binllionaire Oct 22, 2023
ded32d3
rename : 🚚 변수명 오타 수정
binllionaire Oct 22, 2023
e63e551
refactor : ♻️ 상수 파일 분리
binllionaire Oct 22, 2023
de34cf6
refactor : ♻️ 함수 모듈화
binllionaire Oct 22, 2023
baa0a38
feat : ✨ 수입, 지출별 내역리스트 필터링 기능 추가
binllionaire Oct 22, 2023
ac1c057
feat : ✨ 내역 삭제 기능 추가
binllionaire Oct 24, 2023
e382f2c
refactor : ♻️ 함수 모듈화
binllionaire Oct 24, 2023
c4b14d3
refactor : ♻️ list 값 순서 변경
binllionaire Oct 24, 2023
0c668d9
rename : 🚚 파일명 오타 수정
binllionaire Oct 24, 2023
376cc12
feat : ✨ 내역 추가 모달에 카테고리 선택 기능 추가
binllionaire Oct 24, 2023
c8bfcc7
design : 💄 모달 애니메이션 추가
binllionaire Oct 24, 2023
a18ce8b
rename : 🚚 파일명 오타 수정
binllionaire Oct 24, 2023
c942fe9
refactor : ♻️ 1주차 과제 피드백 반영
binllionaire Oct 24, 2023
38ff1d5
feat : ✨ 리스트 삭제 모달 추가
binllionaire Oct 24, 2023
20ecad4
design : 💄 내역 섹션 크기 수정
binllionaire Oct 24, 2023
7dbbd92
feat : ✨ 입력 필드 검증
binllionaire Oct 24, 2023
cfa53e7
fix : 🐛 금액 필드에 문자 넣었을 때 오류 수정
binllionaire Oct 25, 2023
41bbc55
feat : ✨ 금액에 숫자가 아닌 문자 입력 막기
binllionaire Oct 26, 2023
8580cba
feat : ✨ 카테고리 동적 렌더링
binllionaire Oct 26, 2023
cf2c578
feat : ✨ 카테고리 페이지 추가
binllionaire Oct 26, 2023
6923373
feat : ✨ 카테고리 local Storage에 저장
binllionaire Oct 26, 2023
dd29689
design : 💄 버튼 스타일 수정
binllionaire Oct 26, 2023
8676da7
feat : ✨ 금액 단위 표시
binllionaire Oct 27, 2023
42335f5
refactor : ♻️ 함수 및 이벤트 핸들러 모듈화
binllionaire Oct 27, 2023
29c2499
remove : 🚚 파일 구조 변경
binllionaire Oct 27, 2023
7968b3d
move : 🚚 상수 이동
binllionaire Oct 27, 2023
8b9d84e
fix : 🐛 reset.css로 인한 더보기 버그 수정
binllionaire Oct 27, 2023
9ee4794
design : 💄 리스트 스타일 제거
binllionaire Oct 27, 2023
4415ec1
docs : 📝 생각과제 작성
binllionaire Oct 27, 2023
73294e9
remove : 🔥 콘솔 로그 출력 제거
binllionaire Oct 27, 2023
6c2d466
refactor : ♻️ element 상수화
binllionaire Oct 29, 2023
98b73f0
fix : 🚑 css 중복 제거
binllionaire Oct 30, 2023
be05ca5
refactor : ♻️ checked 속성 간결화
binllionaire Oct 30, 2023
44a5ca9
remove : 🔥 불필요한 할당 제거
binllionaire Oct 30, 2023
aec31d4
refactor : ♻️ if문 이항연산자로 변경
binllionaire Oct 30, 2023
99f2475
refactor : ♻️ 내역 배열을 객체로 수정
binllionaire Oct 30, 2023
3c21193
remove : 🔥 prettier 설정 파일 삭제
binllionaire Oct 30, 2023
0830c4f
add : 🙈 vscode 설정 파일 반영되지 않도록 추가
binllionaire Oct 30, 2023
5473ca1
refactor : ♻️ if문을 switch문으로 변경
binllionaire Oct 30, 2023
2a6277b
remove : 🔥 week2 브랜치에서 week1 삭제
binllionaire Nov 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.vscode/
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading