Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 850 Bytes

File metadata and controls

29 lines (18 loc) · 850 Bytes

⚡ SpeedTest

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.


🚀 Features

✔ Measures approximate download speed
✔ Measures approximate upload speed
✔ Shows connection latency / ping (if implemented)
✔ User-friendly, responsive UI
✔ Works directly in modern browsers


🧠 Tech Stack

Layer Technology
Markup HTML
Styling CSS
Logic JavaScript