Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.63 KB

README.md

File metadata and controls

64 lines (38 loc) · 1.63 KB

Speed Test App

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.

Installation

To install the Speed Test App, follow these steps:

  1. Clone the repository to your local machine:

    git clone [email protected]:Dimitreee/speedtester.git
  2. Navigate to the project directory:

    cd speedtester
  3. Install the required dependencies:

    npm npx http-server -p 3030

Usage

To use the Speed Test App, follow these steps:

  1. Open your web browser and navigate to http://localhost:3030.

  2. Click on the "Start Test" button to begin the speed test.

  3. The application will measure your internet connection speed and display the results on the screen.

Contribution

If you want to contribute to the Speed Test App, please follow these guidelines:

  1. Fork the repository on GitHub.

  2. Create a new branch from the main branch:

    git checkout -b feature/your-feature-name
  3. Make your changes and ensure that the code follows the project's coding conventions.

  4. Write tests to cover the new functionality or changes you've made.

  5. Commit your changes with descriptive commit messages.

  6. Push your branch to your forked repository.

    git push origin feature/your-feature-name
  7. 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!