https://github.com/arturbomtempo-learning/zipcode-searcher
Fetching zip code from an API consummation.
https://github.com/arturbomtempo-learning/zipcode-searcher
api css html javascript react reactjs zipcode
Last synced: 6 months ago
JSON representation
Fetching zip code from an API consummation.
- Host: GitHub
- URL: https://github.com/arturbomtempo-learning/zipcode-searcher
- Owner: arturbomtempo-learning
- Created: 2023-02-13T23:51:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T01:43:24.000Z (over 2 years ago)
- Last Synced: 2025-07-04T03:34:04.698Z (6 months ago)
- Topics: api, css, html, javascript, react, reactjs, zipcode
- Language: JavaScript
- Homepage: https://zip-code-searcher.vercel.app
- Size: 344 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zip Code Searcher
Project developed during the [Sujeito programador](https://www.youtube.com/c/sujeitoprogramador) channel class in order to introduce React studies. The program consists of a zip code searcher using the ViaCEP API.

## 🔨 Project functionality
Search and display the main information of a zip code entered by the user.
## 💻 Technologies used
* [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript): programming language
* [React](https://pt-br.react.dev/blog/2023/03/16/introducing-react-dev): create user interfaces on web pages
## 📁 Project access
You can view the hosted page by clicking [here](https://zip-code-searcher.vercel.app).