Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
prgrms-fe-devcourse
/
FEDC3-4_Project_Notion_VanillaJS
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
1
Code
Issues
0
Pull requests
29
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Mission4/조예지] - Project_Notion_VanillaJS
- #14
#14
Open
yezyvibe
wants to merge 24 commits into
prgrms-fe-devcourse:3/#4_joyeji
prgrms-fe-devcourse/FEDC3-4_Project_Notion_VanillaJS:3/#4_joyeji
from
yezyvibe:3/#4_joyeji_working
yezyvibe/YeNotion:3/#4_joyeji_working
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
[Mission4/조예지] - Project_Notion_VanillaJS
#14
yezyvibe
wants to merge 24 commits into
prgrms-fe-devcourse:3/#4_joyeji
prgrms-fe-devcourse/FEDC3-4_Project_Notion_VanillaJS:3/#4_joyeji
from
yezyvibe:3/#4_joyeji_working
yezyvibe/YeNotion:3/#4_joyeji_working
Copy head branch name to clipboard
Commits
Commits on Nov 13, 2022
docs: :memo: 프로젝트 정의서 작성(README.md)
yezyvibe
committed
7163b3f
View commit details
Copy full SHA for 7163b3f
Browse repository at this point
Commits on Nov 14, 2022
chore: :package: package.json 설정
yezyvibe
committed
41ec3f5
View commit details
Copy full SHA for 41ec3f5
Browse repository at this point
feat: :tada: 프로젝트 구조 및 페이지 레이아웃 설정
yezyvibe
committed
d01fb47
View commit details
Copy full SHA for d01fb47
Browse repository at this point
feat: :sparkles: 문서 목록 트리 형태로 출력, 새로운 문서 생성 기능 구현
yezyvibe
committed
d5af6e4
View commit details
Copy full SHA for d5af6e4
Browse repository at this point
feat: :sparkles: 선택된 문서의 정보 출력, 편집기 열기
yezyvibe
committed
d183a50
View commit details
Copy full SHA for d183a50
Browse repository at this point
Commits on Nov 15, 2022
feat: :sparkles: 문서 수정 기능 추가
yezyvibe
committed
87b7365
View commit details
Copy full SHA for 87b7365
Browse repository at this point
feat: :sparkles: 문서 수정 이벤트 디바운싱 처리
yezyvibe
committed
d5ac93e
View commit details
Copy full SHA for d5ac93e
Browse repository at this point
feat: :sparkles: 문서 삭제 기능, 데이터 로딩 상태 표시 추가
yezyvibe
committed
fd0c4c4
View commit details
Copy full SHA for fd0c4c4
Browse repository at this point
feat: :sparkles: 현재 편집중인 문서의 하위 문서들의 링크 추가
yezyvibe
committed
b0ce8eb
View commit details
Copy full SHA for b0ce8eb
Browse repository at this point
feat: :sparkles: 문서 내용 마크다운으로 출력
yezyvibe
committed
64ca28a
View commit details
Copy full SHA for 64ca28a
Browse repository at this point
feat: :lipstick: 문서 트리 아이콘 변경 및 css 수정
yezyvibe
committed
b12dcc9
View commit details
Copy full SHA for b12dcc9
Browse repository at this point
Commits on Nov 16, 2022
refactor: :recycle: 불필요한 함수 제거 및 함수 분리, 문서 삭제 시 상태값 변경 로직 수정
yezyvibe
committed
854774c
View commit details
Copy full SHA for 854774c
Browse repository at this point
feat: :sparkles: 문서 편집기 미리보기 추가
yezyvibe
committed
baae236
View commit details
Copy full SHA for baae236
Browse repository at this point
feat: :lipstick: 하위 문서 출력 및 이동 이벤트 추가, css 수정
yezyvibe
committed
b6ccbf0
View commit details
Copy full SHA for b6ccbf0
Browse repository at this point
Commits on Nov 17, 2022
refactor: :recycle: 에디터 컴포넌트 내 함수 분리, 클래스명 상수화
yezyvibe
committed
43fc1db
View commit details
Copy full SHA for 43fc1db
Browse repository at this point
refactor: :recycle: DocumentTree 리팩토링, 클래스명과 사용자 메세지 상수화
yezyvibe
committed
2936ef1
View commit details
Copy full SHA for 2936ef1
Browse repository at this point
refactor: :recycle: DocumentNode 리팩토링, 클래스명 상수화
yezyvibe
committed
ead265d
View commit details
Copy full SHA for ead265d
Browse repository at this point
docs: :memo: README.md 수정, 컴포넌트 구조 및 느낀점 추가
yezyvibe
committed
da432f1
View commit details
Copy full SHA for da432f1
Browse repository at this point
refactor: :recycle: api 통신 로직 폴더 이동, 메소드명 변경
yezyvibe
committed
22ed6b0
View commit details
Copy full SHA for 22ed6b0
Browse repository at this point
Commits on Nov 19, 2022
refactor: :recycle: 불필요한 로그
yezyvibe
committed
05f4da4
View commit details
Copy full SHA for 05f4da4
Browse repository at this point
refactor: :recycle: 디바운스 변수 this 바인딩 제거, pathname에서 문서id 불러오는 중복 로직 함수화
yezyvibe
committed
e0f5f73
View commit details
Copy full SHA for e0f5f73
Browse repository at this point
fix: :bug: 문서 상세 페이지 url 수정 document->documents
yezyvibe
committed
dee02f7
View commit details
Copy full SHA for dee02f7
Browse repository at this point
fix: :bug: redirects 설정, 페이지 새로고침 404 에러 해결
yezyvibe
committed
a7e087e
View commit details
Copy full SHA for a7e087e
Browse repository at this point
Commits on Nov 22, 2022
refactor: :recycle: package.json 제거 및 debounce util 함수로 분리
yezyvibe
committed
f26a029
View commit details
Copy full SHA for f26a029
Browse repository at this point
You can’t perform that action at this time.