/National-Parks

This is the national park search app assignment from my Thinkful EI Bootcamp.

Primary LanguageJavaScript

National Parks

Summary

National Parks is a project from my Thinkful Engineering Immersion Intro. A working deployment can be found here. Students were tasked with:

  • 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.

What I Learned

  • 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).

What I'd Do Differently

  • Make the links clickable.
  • Add a search hint for users--only two letter state codes will deliver results.
  • Take better notes while building this.