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 |