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

[우제윤] Week12 #380

Open
wants to merge 5 commits into
base: part2-우제윤
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
@@ -1,3 +1,7 @@
node_modules
dist
dist-ssr
*.local
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
Expand Down
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
18,698 changes: 1,243 additions & 17,455 deletions package-lock.json

Large diffs are not rendered by default.

50 changes: 17 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,25 @@
{
"name": "weekly-mission",
"version": "0.1.0",
"private": true,
"name": "weekly-mission-typescript",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"date-fns": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"styled-components": "^6.1.8",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"react-router-dom": "^6.23.0",
"styled-components": "^6.1.9"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"devDependencies": {
"@types/node": "^20.12.11",
"@types/react": "^17.0.80",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"typescript": "^4.1.2",
"vite": "^5.2.11",
"vite-plugin-react": "^4.0.0",
"web-vitals": "^3.5.2"
}
}
27 changes: 0 additions & 27 deletions part1-mission/.github/pull_request_template.md

This file was deleted.

14 changes: 0 additions & 14 deletions part1-mission/.github/workflows/delete-merged-branch-config.yml

This file was deleted.

Binary file removed part1-mission/.vs/slnx.sqlite
Binary file not shown.
3 changes: 0 additions & 3 deletions part1-mission/.vscode/settings.json

This file was deleted.

Binary file removed part1-mission/assets/images/Vector.png
Binary file not shown.
Binary file removed part1-mission/assets/images/bed.png
Binary file not shown.
Binary file removed part1-mission/assets/images/dog.png
Binary file not shown.
Binary file removed part1-mission/assets/images/fav.png
Binary file not shown.
Binary file removed part1-mission/assets/images/gra.png
Binary file not shown.
Binary file removed part1-mission/assets/images/hero.png
Binary file not shown.
Binary file removed part1-mission/assets/images/icn_facebook.png
Binary file not shown.
Binary file removed part1-mission/assets/images/icn_goolge.png
Binary file not shown.
Binary file removed part1-mission/assets/images/icn_instagram.png
Binary file not shown.
Binary file removed part1-mission/assets/images/icn_kakao.png
Binary file not shown.
Binary file removed part1-mission/assets/images/icn_twitter.png
Binary file not shown.
Binary file removed part1-mission/assets/images/icn_youtube.png
Binary file not shown.
Binary file removed part1-mission/assets/images/image1.png
Binary file not shown.
Binary file removed part1-mission/assets/images/image2.png
Binary file not shown.
Binary file removed part1-mission/assets/images/image3.png
Binary file not shown.
Binary file removed part1-mission/assets/images/image4.png
Binary file not shown.
Binary file removed part1-mission/assets/images/landing/Card 1.png
Binary file not shown.
Binary file removed part1-mission/assets/images/landing/Card-1.png
Binary file not shown.
Binary file removed part1-mission/assets/images/landing/Card.png
Binary file not shown.
Binary file removed part1-mission/assets/images/landing/image 25.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed part1-mission/assets/images/page.png
Binary file not shown.
Binary file removed part1-mission/assets/images/page2.png
Binary file not shown.
Binary file removed part1-mission/assets/images/search.png
Diff not rendered.
Binary file removed part1-mission/assets/images/share.png
Diff not rendered.
Loading