https://dimitreee.github.io/speedtester/
This is a simple speed test application that allows you to measure your internet connection speed. It provides a user-friendly interface with just one button to start the test.
To install the Speed Test App, follow these steps:
-
Clone the repository to your local machine:
git clone [email protected]:Dimitreee/speedtester.git
-
Navigate to the project directory:
cd speedtester
-
Install the required dependencies:
npm npx http-server -p 3030
To use the Speed Test App, follow these steps:
-
Open your web browser and navigate to
http://localhost:3030
. -
Click on the "Start Test" button to begin the speed test.
-
The application will measure your internet connection speed and display the results on the screen.
If you want to contribute to the Speed Test App, please follow these guidelines:
-
Fork the repository on GitHub.
-
Create a new branch from the
main
branch:git checkout -b feature/your-feature-name
-
Make your changes and ensure that the code follows the project's coding conventions.
-
Write tests to cover the new functionality or changes you've made.
-
Commit your changes with descriptive commit messages.
-
Push your branch to your forked repository.
git push origin feature/your-feature-name
-
Open a pull request on the original repository and provide a clear description of your changes.
Thank you for considering contributing to the Speed Test App. Your contributions are highly appreciated!