GitXplorerGitXplorer
R

formularioDeCep

public
1 stars
0 forks
23 issues

Commits

List of commits on branch master.
Verified
33f9cb5842afdb87b52c65ec6c8d791e3f4446a9

Update README.md

RRicardoMorato committed 5 years ago
Verified
80255b21368ab6078dc89c2ccb74a0532cf5aa01

Update README.md

RRicardoMorato committed 5 years ago
Unverified
9afcd74a8db445ce9fb380a3d8da680b600d1065

feat(deploy): FIxed deploy issues.

RRicardoMorato committed 5 years ago
Unverified
b7edd590d61fff19210056e750994ad864dba58f

feat(main-application): Main application finished.

RRicardoMorato committed 5 years ago
Unverified
abccecb87f6dfeda561b42a7cf90f4d36bde6647

feat(form): Increased Input width.

RRicardoMorato committed 5 years ago
Unverified
66f60f76826ff57010f49e6ad969a09a19b93aac

feat(form): Form completed.

RRicardoMorato committed 5 years ago

README

The README file for this repository.

Formulário de CEP

Netlify Success

What is this?

This project was made for a challenge, which you can find here. The idea here is to use some front-end skills to build a form that only has one input field, where you can put your ZIP code (for now it only works for the brazilian, but it will be fixed). After this single input, all fields should be automatically filled with the correct information.

Feel free to test the project, locally or in this link.

How to run this project?

  1. Clone this repo using the following command on your terminal
git clone https://github.com/RicardoMorato/formularioDeCep.git
  1. Enter in the project's directory like so
cd formularioDeCep
  1. Then, you can install all the dependencies and start playing with it
  • If you use npm, the command will be like this:
      npm i
    
  • Else, if you use yarn, the command will be like this:
      yarn
    

How to contribute?

First of all, thank you for your enthusiasm on helping the open-source community 😄

If you detect any bug or issue, please feel free to report it on the repo issues.

If you just want to add some new cool features, you can fork this repo and open a pull request on any time!