https://github.com/rikcav/lcm-creditos
https://github.com/rikcav/lcm-creditos
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rikcav/lcm-creditos
- Owner: rikcav
- Created: 2025-07-29T19:50:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T22:23:28.000Z (4 months ago)
- Last Synced: 2025-07-30T00:55:33.671Z (4 months ago)
- Language: TypeScript
- Size: 921 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LCM Créditos
Frontend institucional para a empresa **LCM Créditos**, especializada em
soluções financeiras como empréstimos consignados, antecipação do FGTS, crédito
para Bolsa Família, entre outros.
## 🔧 Tecnologias Utilizadas
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/) para bundling
## 📁 Estrutura de Pastas
```
lcm-creditos/
├── public/
│ └── index.html
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── Header.tsx / Header.css
│ │ ├── Hero.tsx / Hero.css
│ │ ├── ServiceCard.tsx / ServiceCard.css
│ │ ├── ServiceGrid.tsx / ServiceGrid.css
│ │ └── Footer.tsx / Footer.css
│ ├── pages/
│ │ └── Home.tsx
│ ├── styles/
│ │ └── globals.css
│ ├── App.tsx
│ └── main.tsx
└── README.md
```
## 🚀 Como Rodar Localmente
1. Clone este repositório:
```bash
git clone https://github.com/seuusuario/lcm-creditos.git
```
2. Acesse a pasta do projeto:
```bash
cd lcm-creditos
```
3. Instale as dependências:
```bash
npm install
```
4. Inicie o servidor local:
```bash
npm run dev
```