The internetConnect project is a simple web-based utility that checks the user's current internet connection status, public IP address, and network strength (where supported). It uses JavaScript and a free IP API to provide real-time feedback about network connectivity
- Detects if the device is currently online or offline
- Displays the user's public IP address using https://api.ipify.org
- Shows network strength using the navigator.connection API (where available)
- Clean and responsive user interface using HTML and CSS
- Provides feedback on connection status changes