The Yes or No Wheel App is a simple application built with Electron that allows users to spin a wheel and get either a "Yes" or "No" result.
â—† Spin the wheel to get a random "Yes" or "No" answer.
â—† Customize the number of inputs on the wheel.
Description: The image shows a screenshot of the app after running it.
Description: This screenshot shows the wheel with diffrent number of inputs.
Before the installation, make sure you have Node.js and npm installed on your system.
-
Clone this repository to your local machine:
git clone https://github.com/imakim03/yes-or-no-wheel-app.git
-
Navigate to the project directory:
cd yes-or-no-wheel-app
-
Install dependencies:
npm install
To run the application, use the following command:
npm start
Once you have installed the dependencies, you can build the executable file using the following command:
npm run package
After the build process completes, you can find the executable file in the dist directory. Run the executable file to test your Electron app.
If you encounter any issues during the build process, try the following troubleshooting steps:
â—† Make sure you have installed all the required dependencies.
â—† Check for any error messages in the terminal output and search for solutions online.
â—† Refer to the documentation for Electron and any packaging tools you are using for more information.
If you're still having trouble, feel free to open an issue on GitHub for assistance.
This project is licensed under the MIT License. See the LICENSE file for details.
For support, feedback, or inquiries, please contact me at [email protected].