This is a basic Electron application with Web Bluetooth integration. The application allows users to connect to Bluetooth devices directly from their desktop.
- Connect to a Bluetooth device of your choice
- Connect to a random Bluetooth device
This screenshot shows the main window of the application.
This screenshot shows the Random Bluetooth device connection.
To get started with this application, clone the repository and install the dependencies:
git clone https://github.com/pranayjoshi/electron-first-app.git
cd electron-first-app
npm install
npm start
This App will also be available with React-Electron and vite suite.