Skip to content

Commit 1fc5ab4

Browse files
authored
Merge pull request #3 from mtlouzada/portfolio2.0
Feat: cleanup unused code lines
2 parents a6c2d83 + d906837 commit 1fc5ab4

28 files changed

Lines changed: 2530 additions & 1116 deletions

index.html

Lines changed: 257 additions & 476 deletions
Large diffs are not rendered by default.

portfolio2.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>Portfolio2.0</title>
88
</head>
99
<body>
1010
<div id="root"></div>

portfolio2.0/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
},
1212
"dependencies": {
1313
"react": "^19.1.0",
14-
"react-dom": "^19.1.0"
14+
"react-dom": "^19.1.0",
15+
"react-icon": "^1.0.0",
16+
"react-icons": "^5.5.0"
1517
},
1618
"devDependencies": {
1719
"@eslint/js": "^9.30.1",

portfolio2.0/pnpm-lock.yaml

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portfolio2.0/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

portfolio2.0/src/App.css

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)