Created a page status checker using the server-side programming language Go. Creates an api that hits each url in an array in parallel, and then returns the status code. On the front end I make the request to that api using fetch, and then color code the responses.
View Github