Skip to content

This web app allows users to check their internet speed by clicking a button. It fetches the speed data from a server and displays the download speed, upload speed, and ping. The button is disabled while the test is running and re-enabled after the test completes.

License

Notifications You must be signed in to change notification settings

tahsinzidane/NetSpeedTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet Speed Test Web App

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.

Features

  • 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.

Technologies Used

  • Frontend: HTML, CSS, JavaScript (Async/Await, Fetch API)
  • Backend: Python (Flask)
  • Speed Test Library: speedtest-cli (for Python)

License

This project is open-source and available under the MIT License.

About

This web app allows users to check their internet speed by clicking a button. It fetches the speed data from a server and displays the download speed, upload speed, and ping. The button is disabled while the test is running and re-enabled after the test completes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published