SpeedTest is a simple web-based internet speed tester built with HTML, CSS, and JavaScript.
It allows users to measure basic download and upload performance of their network connection directly in the browser β useful for testing network speed without external tools.
π This project is inspired by classic internet speed tests that measure connection speed using JavaScript and browser APIs.
β Measures approximate download speed
β Measures approximate upload speed
β Shows connection latency / ping (if implemented)
β User-friendly, responsive UI
β Works directly in modern browsers
| Layer | Technology |
|---|---|
| Markup | HTML |
| Styling | CSS |
| Logic | JavaScript |