- Popluating a web app's data with API requests.
- Using a filtered API request to allow a searching feature.
- Allowing a limit on serach results.
- How to format GET requests to get filtered results.
- How to execute code on form submit.
- How to navigate GET request results (digging through arrays of arrays of arrays).
- Make the links clickable.
- Add a search hint for users--only two letter state codes will deliver results.
- Take better notes while building this.