A web application built with ReactJS, Vite, and Tailwind CSS that generates and reads Captchas with text-to-speech functionality. This project aims to provide an accessible and user-friendly way to test and improve your application's CAPTCHA handling.
- Generate random CAPTCHA text.
- Utilize text-to-speech to read out the generated CAPTCHA text.
Follow these steps to get the project up and running on your local machine.
-
Clone the repository:
git clone https://github.com/Signor1/CaptchaGeneratorWithText-to-Speech.git cd captcha-generator
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the application:
Open your web browser and navigate to
http://localhost:5173
.
- Choose your CAPTCHA preferences using the provided options.
- Click the "Generate" button to create a new CAPTCHA image.
- Use the "speaker" button to have the CAPTCHA text read aloud using text-to-speech.
- Test your application's CAPTCHA handling by integrating this generator.
Contributions are welcome! If you have any improvements, bug fixes, or new features to propose, please open an issue or submit a pull request. For major changes, please discuss them in advance.
- ReactJS
- Vite
- Tailwind CSS
- SpeechSynthesis API
- [Your favorite captcha library if applicable]