feat: add full project - backend, frontend, docker, specs and configs
4
frontend/.dockerignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
node_modules
|
||||
dist
|
||||
.git
|
||||
public/imoveis
|
||||
15
frontend/Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install deps first (layer cache)
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
# Copy source (will be overridden by bind mount in dev)
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5173
|
||||
|
||||
# --host exposes Vite outside the container
|
||||
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]
|
||||
33
frontend/index.html
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!doctype html>
|
||||
<html lang="pt-BR">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Encontre os melhores imóveis para comprar ou alugar na sua região." />
|
||||
<title>ImobiliáriaHub — Encontre seu imóvel ideal</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
|
||||
rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Anti-flash: aplica tema antes de React renderizar -->
|
||||
<script>
|
||||
(function () {
|
||||
try {
|
||||
var saved = localStorage.getItem('theme');
|
||||
var prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
|
||||
var theme = saved === 'light' || saved === 'dark' ? saved : (prefersDark ? 'dark' : 'light');
|
||||
document.documentElement.classList.add(theme);
|
||||
} catch (e) {}
|
||||
})();
|
||||
</script>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
3029
frontend/package-lock.json
generated
Normal file
30
frontend/package.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "saas-imobiliaria-frontend",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.2",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.39",
|
||||
"tailwindcss": "^3.4.6",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.4"
|
||||
}
|
||||
}
|
||||
6
frontend/postcss.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
BIN
frontend/public/imoveis/2431640318/01.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
frontend/public/imoveis/2431640318/02.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
frontend/public/imoveis/2431640318/03.webp
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
frontend/public/imoveis/2431640318/04.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
frontend/public/imoveis/2431640318/05.webp
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
frontend/public/imoveis/2431640318/06.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
frontend/public/imoveis/2431676894/01.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
frontend/public/imoveis/2431676894/02.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
frontend/public/imoveis/2431676894/03.webp
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
frontend/public/imoveis/2431676894/04.webp
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
frontend/public/imoveis/2431676894/05.webp
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
frontend/public/imoveis/2431676894/06.webp
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
frontend/public/imoveis/2431676894/07.webp
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
frontend/public/imoveis/2431676894/08.webp
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
frontend/public/imoveis/2431676894/09.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2459401577/01.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2459401577/02.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
frontend/public/imoveis/2459401577/03.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
frontend/public/imoveis/2459401577/04.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2459402375/01.webp
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
frontend/public/imoveis/2459402375/02.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
frontend/public/imoveis/2459402375/03.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
frontend/public/imoveis/2459402375/04.webp
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
frontend/public/imoveis/2459402375/05.webp
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
frontend/public/imoveis/2503593807/01.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
frontend/public/imoveis/2503593807/02.webp
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
frontend/public/imoveis/2503593807/03.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
frontend/public/imoveis/2503593807/04.webp
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
frontend/public/imoveis/2503593807/05.webp
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
frontend/public/imoveis/2503593807/06.webp
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
frontend/public/imoveis/2503593807/07.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
frontend/public/imoveis/2503593807/08.webp
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
frontend/public/imoveis/2536380102/01.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
frontend/public/imoveis/2536380102/02.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
frontend/public/imoveis/2536380102/03.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
frontend/public/imoveis/2536380102/04.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
frontend/public/imoveis/2536380102/05.webp
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
frontend/public/imoveis/2536380102/06.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
frontend/public/imoveis/2536380102/07.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
frontend/public/imoveis/2536380102/08.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
frontend/public/imoveis/2536380102/09.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
frontend/public/imoveis/2536380102/10.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
frontend/public/imoveis/2536380102/11.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
frontend/public/imoveis/2544691995/01.webp
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
frontend/public/imoveis/2544691995/02.webp
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
frontend/public/imoveis/2544691995/03.webp
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
frontend/public/imoveis/2550955520/01.webp
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
frontend/public/imoveis/2550955520/02.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
frontend/public/imoveis/2550955520/03.webp
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
frontend/public/imoveis/2550955520/04.webp
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
frontend/public/imoveis/2550955520/05.webp
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
frontend/public/imoveis/2550955520/06.webp
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
frontend/public/imoveis/2555144972/01.webp
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
frontend/public/imoveis/2555144972/02.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
frontend/public/imoveis/2555144972/03.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
frontend/public/imoveis/2555144972/04.webp
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
frontend/public/imoveis/2555144972/05.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
frontend/public/imoveis/2555144972/06.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
frontend/public/imoveis/2555144972/07.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2555144972/08.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
frontend/public/imoveis/2555144972/09.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
frontend/public/imoveis/2555144972/10.webp
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
frontend/public/imoveis/2559573775/01.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
frontend/public/imoveis/2559573775/02.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
frontend/public/imoveis/2559573775/03.webp
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
frontend/public/imoveis/2559573775/04.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
frontend/public/imoveis/2559573775/05.webp
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
frontend/public/imoveis/2559573775/06.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2559573775/07.webp
Normal file
|
After Width: | Height: | Size: 9 KiB |
BIN
frontend/public/imoveis/2559573775/08.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
frontend/public/imoveis/2559573775/09.webp
Normal file
|
After Width: | Height: | Size: 7 KiB |
BIN
frontend/public/imoveis/2559573775/10.webp
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
frontend/public/imoveis/2559573775/11.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2559573775/12.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2559573775/13.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
frontend/public/imoveis/2559573775/14.webp
Normal file
|
After Width: | Height: | Size: 9 KiB |
BIN
frontend/public/imoveis/2559573775/15.webp
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
frontend/public/imoveis/2559573775/16.webp
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
frontend/public/imoveis/2563390897/01.webp
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
frontend/public/imoveis/2563390897/02.webp
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
frontend/public/imoveis/2563390897/03.webp
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
frontend/public/imoveis/2563390897/04.webp
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
frontend/public/imoveis/2565110880/01.webp
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
frontend/public/imoveis/2565110880/02.webp
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
frontend/public/imoveis/2565110880/03.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
frontend/public/imoveis/2568186075/01.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
frontend/public/imoveis/2568186075/02.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
frontend/public/imoveis/2568186075/03.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
frontend/public/imoveis/2568186075/04.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
frontend/public/imoveis/2568186075/05.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
frontend/public/imoveis/2568186075/06.webp
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
frontend/public/imoveis/2568186075/07.webp
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
frontend/public/imoveis/2568186075/08.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
frontend/public/imoveis/2568186075/09.webp
Normal file
|
After Width: | Height: | Size: 10 KiB |