This web app uses the JSON API offered by Unsplash.com to return images from the website based on a user's input.
Simply go to the website - https://devaaron7.github.io/Image_Search/, enter in a search term & hit the search button.
You will see up to 3 images returned. You can request new results by hitting the button again.
Skills used:
- Building backend service for processing API authorization securely and returns information to frontend / client.
- Writing python code to setup the different endpoints for processing HTTP requests
- HTML / CSS code to create a user friendly frontend.
- Javascript to allow post request (via Ajax), from the frontend, and use of loops on the response to populate the images.
Thank you!


