This is a simple web application that allows users to check their internet speed. It fetches speed data from a server and displays the download speed, upload speed, and ping. The app uses a Python backend to serve the speed test results.
- Check internet speed by clicking a button.
- Displays download speed, upload speed, and ping.
- Button disables while fetching data and re-enables once the test completes.
- Error handling in case of network issues.
- Frontend: HTML, CSS, JavaScript (Async/Await, Fetch API)
- Backend: Python (Flask)
- Speed Test Library:
speedtest-cli
(for Python)
This project is open-source and available under the MIT License.