Mrjcowman/NewYorkTimesSearch

Create event listener submit form

Opened this issue · 0 comments

As a user
I want to input search criteria
So that I can see the articles I'm looking for

Acceptance Criteria

  • create submit event listener on the search button
  • grabs the input from a form with id search-form that includes Search terms, Number of Records to Retrieve, Start Year, End Year
  • calls the API Get function
  • calls the render articles function