feat: implement project scaffolding with brutalist UI components and homepage routing

This commit is contained in:
Kevin Satria D
2026-05-20 13:53:45 +07:00
parent 26c9b4b362
commit a3ae3bfcfe
10 changed files with 430 additions and 60 deletions

View File

@@ -12,7 +12,8 @@
"dependencies": {
"lucide-react": "^0.475.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-router-dom": "^7.15.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",