IPChecker is a simple Windows Forms application built in C# that allows users to check the online status of IP addresses or website URLs. It provides a convenient way to monitor the availability of network resources and keeps a history of previous checks.
- Check the online status of IP addresses or website URLs.
- Automatic checking every 5 seconds.
- View history of previous checks.
- Enter the IP address or website URL in the provided textbox.
- Click the "Add" button to initiate automatic checking.
- The status of the entered IP or URL will be displayed, along with the timestamp.
- View the history of checks in the list.
- C# (Programming Language)
- Windows Forms (UI Framework)
- .NET Framework (Runtime Environment)
This project is licensed under the MIT License