A job search application that checks the GitHub Jobs api and returns jobs based on a location the user searched, so you can look up about the current jobs in any area.
Allow the user to type in a location and receive job listings for that location. Show the user an error if no results are returned for a given location. Show the user an error for any server-side errors that could occur. Design a mobile-first webpage
Day 1
Day 2
We made the api request from the front end to back end to the api sever and back to display onto the page.
Continued error handiling for backend and worked on front end error handling.
Ironed out bug.