/Gamepad-Tester

Gamepad-Tester is a tool for testing and calibrating gamepads, showing real-time button and joystick data.

Primary LanguageJavaScriptMIT LicenseMIT

Gamepad-Tester

Gamepad-Tester is a web-based tool for testing and calibrating gamepads. It allows you to see real-time data on button presses, joystick movements, and trigger statuses directly in your browser.

💪 Features

  • Real-time display of button presses, joystick movements, and trigger statuses
  • Calibration functionality for gamepads
  • No installation required—run directly in your web browser

💻 Usage

  1. Open the Application:

  2. Connect Your Gamepad:

    • Plug in your gamepad or connect it via Bluetooth.
  3. Test Your Gamepad:

    • Use the on-screen interface to view real-time data from your gamepad.

🛠️ Development

If you want to contribute or run the application locally:

  1. Clone the Repository:

    git clone https://github.com/oop7/Gamepad-Tester.git
  2. Navigate to the Project Directory:

    cd Gamepad-Tester
  3. Install Dependencies:

npm install
  1. Run the Application Locally:
npm start

Open http://localhost:3000 in your web browser to view the application.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

ℹ️ Acknowledgments

Special thanks to greggman