joseliacosta / search-address

Find any Brazil address by zip code :mailbox: See it alive:

Home Page:https://joselialcosta.github.io/search-address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Address 🔍

Welcome! It's my first project using React ⚛️

I hope you enjoy this litte and modest project. If you have any questions or suggestions, please make a fork or open a issue, I will be glad to help & learn.

How it works

SearchAddress is easier. I'm using two APIs to find the street and render the map component:

  • ViaCEP - To find a zip code (CEP for brazillian guys) and return some infos about address;
  • Google Maps JavaScript API - To display a pin refer the address returned by zipcode, from ViaCep.

To mount the map component, I used: -react-google-maps;

The style was made with Bootstrap 3, because I just needed basic components.

Also, to create the project and structure I'm trying create-react-app.

Special note Responsive design! 📱

How to run:

git clone this repo

Run

npm install
npm start

Well done!

About

Find any Brazil address by zip code :mailbox: See it alive:

https://joselialcosta.github.io/search-address

License:MIT License


Languages

Language:JavaScript 75.5%Language:HTML 19.3%Language:CSS 5.2%