https://github.com/tatyanepgoncalves/gerenciador_clientes
https://github.com/tatyanepgoncalves/gerenciador_clientes
api axios javscript react-icons tailwindcss tyepscript vite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tatyanepgoncalves/gerenciador_clientes
- Owner: tatyanepgoncalves
- Created: 2025-03-06T13:32:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T00:35:17.000Z (3 months ago)
- Last Synced: 2025-03-07T01:26:49.905Z (3 months ago)
- Topics: api, axios, javscript, react-icons, tailwindcss, tyepscript, vite
- Language: TypeScript
- Homepage: https://gerenciador-clientes.vercel.app
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π’ Gerenciador de Clientes
## π₯ IntroduΓ§Γ£o
Um sistema simples de gerenciamento de clientes, desenvolvido com **Vite**, **React**, **TypeScript** e **TailwindCSS**.### π― Funcionalidades
βοΈ Cadastrar novos clientes
βοΈ Listar clientes cadastrados
βοΈ Excluir clientes
βοΈ Consumo de API para gerenciamento de dados
βοΈ ExibiΓ§Γ£o do status do cliente## π Tecnologias Utilizadas
- **React** βοΈ
- **TypeScript** π¦
- **Vite** β‘
- **TailwindCSS** π¨
- **Axios** π
- **React Icons**## π Estrutura do Projeto
``` bash
π gerenciador_clientes
β β£ π src
β β β£ π components
β β β β£ π ClientItem.tsx
β β β β£ π Form.tsx
β β β β π ListClients.tsx
β β β£ π services
β β β β β π api.ts
β β£ π App.tsx
β β£ π index.css
β β£ π main.tsx
β β π vite-env.d.ts
β£ π.gitignore
β£ π eslint.config.js
β£ π index.html
β£ π package.json
β£ π package-lock.json
β£ π tsconfig.json
β£ π tsconfig.app.json
β£ π tsconfig.node.json
β£ π README.md
β£ π .gitattributes
β π vite.config.json```
## π οΈ Como Executar o Projeto
1οΈβ£ Clone o repositΓ³rio
```bash
git clone https://github.com/tatyanepgoncalves/gerenciador_clientes.git
```2οΈβ£ Instale as dependΓͺncias
```bash
cd gerenciador_clientes
npm install # ou yarn install
```3οΈβ£ Configure a API Backend
Certifique-se de que a API estΓ‘ rodando localmente na porta `3333` ou ajuste a URL em `services/api.ts`.4οΈβ£ Inicie o projeto
```bash
npm run dev # ou yarn dev
```## π Melhorias Futuras
πΉ Editar clientes cadastrados
πΉ PaginaΓ§Γ£o na listagem de clientes
πΉ ConfirmaΓ§Γ£o antes de excluir um cliente##
π Desenvolvido por [@tatyanepgoncalves](https://github.com/tatyanepgoncalves)