Skip to content

joseliacosta/search-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!