This code was written in React + TypeScript + Vite, by Code For Boston, a non-profit grassroots organization run by volunteers
The code is stored on this Github repo, it is then injected into the WordPress dev site ( https://huecu2020.insegment.com/membership-old/eligibility/). The entire functionality is contained in the above repo, however, changes to WordPress styling may affect the visual appearance of the page.
Code injected into WPbakery page builder as raw HTML
<div id="eligibility-root"></div>
<script src="https://codeforboston.github.io/harvard-fcu/assets/index.js" type="module" ></script>
<link rel="stylesheet" href="https://codeforboston.github.io/harvard-fcu/assets/index.css">
The '/assets' folder in this repo
Copy the raw HTML from the WPbakery page builder and inject it into the respective section of your new CMS.
Locate visual elements or test messages, update them accordingly, and submit a pull request to this repo.
U.S. Census Bureau’s Geocoding Services Web API; Census Geocoding API URLs for reference https://geocoding.geo.census.gov/geocoder/geographies/onelineaddress https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.html
Google Maps API (https://console.cloud.google.com/)
TBD