Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.11 KB

URL_Status_Checker

The URL Status Checker is a tool designed to help users quickly determine the accessibility and responsiveness of web URLs. This program, developed in Go, prompts users to input a URL and then checks its status by making a request to the specified address. It provides valuable feedback about whether the URL is reachable and, if not, offers insights into potential issues.

Take Note

This project is still under development, so it currently looks simple and not very user-friendly yet. I will update it as much as possible soon.

How to use

  1. Download the code and extract the zip file.
  2. Run the url_status_checker.exe
  3. The program will ask user to input the url or paste the URLS.
  4. The output of the program will be Displayed below.

Capture