https://github.com/devzgabriel/cep-inspector
https://github.com/devzgabriel/cep-inspector
cep-search react-hooks reactjs redux styled-components theme-switcher typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devzgabriel/cep-inspector
- Owner: devzgabriel
- License: mit
- Created: 2021-02-19T00:26:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T16:11:26.000Z (over 5 years ago)
- Last Synced: 2025-07-16T00:48:40.426Z (11 months ago)
- Topics: cep-search, react-hooks, reactjs, redux, styled-components, theme-switcher, typescript
- Language: TypeScript
- Homepage:
- Size: 494 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CEP Inspector
## O objetivo do projeto é fazer com que a consulta de CEP seja algo simples e fácil!
### Veja como é:
### Também em Dark Mode
### Mobile
_______
## Como executar na sua máquina e testar
### **Instalando e executando o projeto**
_Antes de executar o frontend é necessário que a API esteja executando também!_
_Veja o repositório em:_ [API CEP Inspector](https://github.com/devzgabriel/api-cepInspector)
No terminal digite todos os comandos abaixo:
```Bash
git clone https://github.com/devzgabriel/CEP-Inspector.git
```
```Bash
cd CEP-Inspector
```
```Bash
yarn install
```
```Bash
yarn start
```
### **Executando testes**
Os testes serão acrescentados em breve!
## **Criado por Gabriel Silva**