Skip to content

Commit a782865

Browse files
authored
Fixes #2 -Build-Landing-Page-#2 (#20)
* [FRONTEND] Build Landing Page #2 * chore: clean ups
1 parent a9526dd commit a782865

21 files changed

Lines changed: 1241 additions & 114 deletions

frontend/package-lock.json

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

frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@types/react": "^18.3.18",
2323
"@types/react-dom": "^18.3.5",
2424
"@vitejs/plugin-react": "^4.3.4",
25+
"autoprefixer": "^10.4.20",
2526
"eslint": "^9.18.0",
2627
"eslint-plugin-import": "^2.31.0",
2728
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -31,6 +32,8 @@
3132
"eslint-plugin-react-refresh": "^0.4.16",
3233
"eslint-plugin-simple-import-sort": "^12.1.1",
3334
"globals": "^15.14.0",
35+
"postcss": "^8.5.1",
36+
"tailwindcss": "^3.4.17",
3437
"typescript": "~5.6.2",
3538
"typescript-eslint": "^8.18.2",
3639
"vite": "^6.0.5"

frontend/postcss.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
6+
}
23.4 KB
Loading
7.17 KB
Loading
1.71 KB
Loading
7.76 KB
Loading

frontend/public/Images/mail.png

37.9 KB
Loading
50.5 KB
Loading

frontend/public/Images/safe.png

57.2 KB
Loading

0 commit comments

Comments
 (0)