A simple and beautiful Captcha Generator web app built with HTML, CSS, and JavaScript.Generates a random captcha code that users must input correctly to verify.
- Generates a random 5-character captcha (letters and digits).
- Refresh button to generate a new captcha.
- Submit button to check user input against the captcha.
- Smooth animated pastel gradient background across the entire page.
- Clean, centered, white translucent container box for the UI.
- Responsive and user-friendly interface.
- A main container box holds:
- A heading showing the title.
- A readonly input displaying the captcha.
- An input field for user to type the captcha.
- Submit and Refresh buttons.
- The whole page has a pastel-colored animated gradient background cycling slowly.
- The
.containeris a centered translucent white box with rounded corners and subtle shadow. - Buttons and inputs are styled for good visibility and hover effects.
- On page load and when clicking Refresh, a new random 5-character captcha is generated.
- When clicking Submit, the user input is checked against the captcha:
- If matched, a success message is shown.
- Otherwise, an error message appears and input is cleared.
- Open
index.htmlin a modern web browser. - Enter the captcha shown in the readonly box.
- Click Submit to verify.
- Click Refresh for a new captcha.
- Clone the Repository
git clone https://github.com/Intelli2Byte/Captcha-Generator.git cd captcha-generator

