Skip to content

Instantly share code, notes, and snippets.

@loriculberson
Created October 25, 2022 22:02
Show Gist options
  • Save loriculberson/987d0acbd98dd8c3042a1e30d3902a69 to your computer and use it in GitHub Desktop.
Save loriculberson/987d0acbd98dd8c3042a1e30d3902a69 to your computer and use it in GitHub Desktop.

Build an app where you query an API for data and render it to the page.

Requirements:

  1. sketch your app and determine what components you will need
  2. use a form to input search data
  3. pass the query parameter to the API endpoint a. limit the amount of responses to 10
  4. render the response data to the page
  5. Add a reset button to clear out the data that was rendered to the page
  6. If there is no data, display a call to action message to fetch some data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment