[Mission4/조예지] - Project_Notion_VanillaJS - #14
Open
yezyvibe wants to merge 24 commits into
Open
Conversation
zerosial
reviewed
Nov 18, 2022
zerosial
left a comment
There was a problem hiding this comment.
안녕하세요!! 예지님 코드리뷰하러 왔습니다 😏
이번 코드 정말 고생 많으셧어요.. 마크다운 에디터 만든거 너무 써보고 싶엇는데
어디서 에러가 나는지 실행이 안되서 테스트는 못해봣내요 😥
수고하셧습니다!!
yezyvibe
force-pushed
the
3/#4_joyeji_working
branch
from
November 19, 2022 04:20
7a6c888 to
05f4da4
Compare
Author
|
@zerosial |
yezyvibe
force-pushed
the
3/#4_joyeji_working
branch
from
November 19, 2022 07:08
2a8ca62 to
a7e087e
Compare
yezyvibe
force-pushed
the
3/#4_joyeji_working
branch
from
November 22, 2022 08:54
5bf534c to
f26a029
Compare
Author
|
코드 리뷰 반영 완료⭐ |
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.
📌 과제 설명
API를 활용하여 문서 자동 저장 편집기를 구현하는 프로젝트입니다. 아래 필수 기능을 구현 후 추가 기능을 자유롭게 구현했습니다.
🎉배포 URL
👩💻 요구 사항과 구현 내용
[컴포넌트 구조]
[구현된 기능]
기본 기능
메인 페이지 왼쪽에 전체 문서 트리를 출력합니다.
새로운 문서를 생성할 수 있습니다.
문서를 수정하고 저장할 수 있습니다.
문서를 삭제할 수 있습니다.
History API를 활용하여 SPA로 제작합니다.
추가 기능
div와 contentEditable을 조합하여 마크다운 문법을 사용하는 에디터를 만들었습니다.
편집기 최하단에는 현재 편집 중인 문서의 하위 문서들의 링크를 추가합니다.