From the course: JavaScript for Web Designers
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Start building page interactivity - JavaScript Tutorial
From the course: JavaScript for Web Designers
Start building page interactivity
- [Instructor] To get started in our keystroke and pain reduction project, let's think of what we want to do. We want to require that people only enter a postal code, not the city or state or province. When they've entered that postal code, we'll query the API for the other fields and fill them in. These are all going to appear down here at this point. I'll note that as written, this project targets a United States-based company shipping to customers in that country, but everything you'll see in this project will work globally. The API that we're using supports the whole world. You would just need to localize the fields and their names to the region or regions you're interested in. Postal code formats and the way cities and towns are parceled out varies widely around the world. So you would need to handle that sort of thing in the regions you are serving. To keep things relatively short, we're sticking with the United…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.