/formularioDeCep

A simple zip-code form made for a challenge

Primary LanguageJavaScriptMIT LicenseMIT

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!