Skip to content

AbhinashRao/CAPTCHA-Validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAPTCHA Validator 🔐

A lightweight and responsive CAPTCHA validation project built with HTML, CSS, and JavaScript. This project generates a random CAPTCHA string, validates user input, and provides real-time feedback — helping protect your forms from bots.


✨ Features

  • 🎨 Custom CAPTCHA canvas rendering
  • 🔁 CAPTCHA refresh functionality
  • 🧠 Real-time input validation (on button click or Enter key)
  • 📱 Fully responsive design (mobile/tablet/desktop)
  • 🎯 Clean and modern UI with Roboto fonts
  • ✅ Clear feedback for correct/incorrect inputs

🚀 How to Run

  1. Clone the Repository

git clone https://github.com/your-username/captcha-validator.git cd captcha-validator Open in Browser

Just open index.html in any modern browser.

🧩 Project Structure

📁 captcha-validator/ │ ├── index.html # Main HTML page ├── styles.css # Styling with responsive media queries ├── script.js # CAPTCHA logic and interaction └── README.md # Project documentation

📱 Responsive Design Mobile-first approach Fluid resizing for tablets and desktops Buttons and input boxes adjust automatically

💡 Use Cases Login or Sign-Up forms Contact pages Basic form submissions

🛠️ Tech Stack HTML5 CSS3 JavaScript

🙌 Author Abhinash Rao GitHub | LinkedIn

About

This project demonstrates how you can implement CAPTCHA Validation in your website using HTML, CSS and JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.1%
  • CSS 30.8%
  • HTML 20.1%