Pour la langue française => Lire ce document en français
Generate Yes or No randomly (with gif animation) created with Vite.
This project is inspired from the website yesno.wtf and is useful for undecided people.
NB: The project need internet for working
Visit the link: random-yes-no.vercel.app
To set up the project on your local machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/RantoPenjy/RandomYesNo.git
- Navigate to the project's directory:
cd RandomYesNo
- Install the project dependencies using npm (Node Package Manager):
npm install
Once you have installed the project dependencies, you can start using RandomYesNo by running the application with Vite:
vite
This command will start a local development server, and you can access the application in your web browser by navigating to http://localhost:5173
RandomYesNo provides the following features:
- Random Yes or No Generation: Clicking the "Random" button generates a random "Yes" or "No" response accompanied by an entertaining gif animation.
- Language Selection: You can toggle between English (EN) and French (FR) languages by clicking the language toggle button.
RandomYesNo relies on the following key dependencies:
- JQuery
- Animate.css: A cross-browser library of CSS animations that can be easily used with HTML elements.
This project is created by RantoPenjy. Special thanks to the following resources:
- yesno.wtf API: The API that provides random "Yes" or "No" responses along with gif animations.
- Confetti.js: The library used for creating the confetti animation effect.
This project is licensed under the MIT License - see the LICENSE file for details.