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.
- Mockup of files to include
- Decided on file structure
- Discussed functions needed to complete tasks
- Skeleton Markup
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
- Created skeleton code
- Commented sections to help avoid merger conflicts and to keep code organised.
- created a filter function to get the required data.
- created server, routed the url to the specific handler.
- Began some error handling for the back end request.
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.