This project was made as an intent of study of how to integrate with Google Maps API
# Clone the repository
$ git clone https://github.com/flpfrnc/zipcode_geolocalization.git
# Access the project folder
$ cd zipcode_geolocalization
# Install all dependencies
$ npm install
# Execute script "dev"
$ npm run dev
# The project will be running on port: 3000 by accessing http://localhost:3000
As a reminder* You should create a register to manage the apis at https://cloud.google.com/apis
- Also remember to create an environment variable called: VITE_GOOGLE_API_KEY as the google api key needed to run the map instance, and also make the request to return the zipcode info