[Mission4/남주영] - Project_Notion_VanillaJS#38
Open
NamJwong wants to merge 18 commits intoprgrms-fe-devcourse:3/#4_namjuyeongfrom
Open
[Mission4/남주영] - Project_Notion_VanillaJS#38NamJwong wants to merge 18 commits intoprgrms-fe-devcourse:3/#4_namjuyeongfrom
NamJwong wants to merge 18 commits intoprgrms-fe-devcourse:3/#4_namjuyeongfrom
Conversation
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.
📌 과제 설명
VanillaJS로 간단한 노션 클로닝을 합니다
👩💻 요구 사항과 구현 내용
기본 요구사항
바닐라 JS만을 이용해 노션을 클로닝합니다.
기본적인 레이아웃은 노션과 같으며, 스타일링, 컬러값 등은 원하는대로 커스텀합니다.
✅ 피드백 반영사항
✅ PR 포인트 & 궁금한 점
TodoList라는 이름의 컴포넌트가 있다면 인스턴스를 기존처럼 카멜케이스로 하면 data를 fetch하거나 할 때todoList라는 이름을 사용하지 못하는 문제가 있음.[컴포넌트명]생성자와 같은 이름으로 import 해온 뒤, 인스턴스를 컴포넌트명으로 만들어볼 수 있을 듯함.