Image Crawler
- Tech Stack: Java, Jsoup and URL library
- Github URL: Project Link
The goal of this task is to perform a web crawl on a URL string provided by the user. From the crawl, it will parse out all of the images on that web page and return a JSON array of strings that represent the URLs of all images on the page. I mainly used Jsoup and URL library, and maven to build this image crawler.