-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Mission4/남주영] - Project_Notion_VanillaJS #38
Open
NamJwong
wants to merge
18
commits into
prgrms-fe-devcourse:3/#4_namjuyeong
Choose a base branch
from
NamJwong:3/#4_namjuyeong_working
base: 3/#4_namjuyeong
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Mission4/남주영] - Project_Notion_VanillaJS #38
NamJwong
wants to merge
18
commits into
prgrms-fe-devcourse:3/#4_namjuyeong
from
NamJwong:3/#4_namjuyeong_working
Conversation
This file contains 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
NamJwong
changed the title
3/#4 namjuyeong working
[Mission4/남주영] - Project_Notion_VanillaJS
Nov 23, 2022
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 해온 뒤, 인스턴스를 컴포넌트명으로 만들어볼 수 있을 듯함.