A web-based project designed to generate and validate CAPTCHAs for form submission. This project aims to enhance security and ensure that only humans can interact with your web application.
- π Generate dynamic CAPTCHA images.
- β Validate CAPTCHA inputs on form submission.
- π€ Prevent automated submissions by bots.
- π₯οΈ User-friendly interface for seamless integration.
- Frontend: HTML, CSS, JavaScript
- Backend:Python Flask
- Database: MySQL
-
Clone the repository:
git clone https://github.com/yourusername/captcha-web.git
-
Navigate to the project directory:
cd captcha-web -
Install dependencies (if applicable):
npm install
-
Run the application:
npm start
-
Open your browser and navigate to:
http://localhost:3000
- Integrate the CAPTCHA into your forms.
- Customize the appearance and complexity of the CAPTCHA as needed.
- Validate the user input before processing the form data.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m 'Add new feature' - Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License.
For questions or support, please contact Your Name.
Feel free to customize the project further to fit your needs!