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

[Mission5/이현준] Project_Notion_VanillaJs 과제 #56

Open
wants to merge 15 commits into
base: 4/#5_leehyeonjun
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
bundles
dist
.vscode
4,034 changes: 4,034 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "fedc4-5_project_notion_vanillajs",
"version": "1.0.0",
"description": "- 프로젝트 기한\r - 프로젝트 수행 기간 : 2023년 6월 27일(화) ~ 2023년 7월 6일(목)\r - 멘티 코드 리뷰 기간 : 2023년 7월 7일(금) ~ 2023년 7월 10일(월)\r - 멘토 코드 리뷰 기간 : 2023년 7월 7일(금) ~ 2023년 7월 13일(목)\r - 코드 리뷰 반영 기간 : 2023년 7월 14일(금) ~ 2023년 7월 17일(월)\r - 내용\r - [[Day 19] 노션 클로닝 요구사항](https://school.programmers.co.kr/app/courses/17516/curriculum/lessons/196456#part-46365)을 확인해 주세요.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --mode=development",
"build": "webpack --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"html-webpack-plugin": "^5.5.3",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"style-loader": "^3.3.3",
"webpack-dev-server": "^4.15.1"
}
}
1 change: 1 addition & 0 deletions public/arrowImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/boldImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions public/broomImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/documentImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions public/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export { default as arrowImg } from "./arrowImg.svg";
export { default as documentImg } from "./documentImg.svg";
export { default as plusImg } from "./plusImg.svg";
export { default as boldImg } from "./boldImg.svg";
export { default as italicImg } from "./italicImg.svg";
export { default as justifyLeftImg } from "./justifyLeftImg.svg";
export { default as justifyCenterImg } from "./justifyCenterImg.svg";
export { default as justifyRightImg } from "./justifyRightImg.svg";
export { default as insertOrderedListImg } from "./insertOrderedListImg.svg";
export { default as insertUnorderedListImg } from "./insertUnorderedListImg.svg";
export { default as underlineImg } from "./underlineImg.svg";
export { default as strikeThroughImg } from "./strikeThroughImg.svg";
export { default as broomImg } from "./broomImg.svg";
210 changes: 210 additions & 0 deletions public/insertOrderedListImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading