Welcome to ForkTheCaptcha! ?
This repository is a simple web project made with HTML, CSS, and JavaScript where a CAPTCHA is displayed to verify user interaction. Feel free to explore, contribute, and fork it for Hacktoberfest 2024!
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a crucial feature used to prevent bots from abusing web forms and functionalities. This project is designed to demonstrate how to implement a basic CAPTCHA system using client-side technologies.
Fork this repository: Click the "Fork" button on the top right corner of this page and create your own copy of the repository.
Clone your fork:
git clone https://github.com/your-username/ForkTheCaptcha.git
cd ForkTheCaptcha
CAPTCHA Generation: The JavaScript function generates a random sequence of characters (alphanumeric) displayed as an image.
User Input: The user is prompted to enter the characters from the CAPTCHA image into a text field.
Validation: If the user input matches the CAPTCHA, the form is successfully submitted. Otherwise, the user is asked to try again.
We'd love for you to contribute to ForkTheCaptcha and make it better! You can add new features, make desgin responsive, fix any issue or bug, change styling as long as code doesn't break!
To contribute:
Fork & Star this repository : https://github.com/AdityaSinha2305/ForkTheCaptcha.git
Clone the forked repository :
git clone https://github.com/your-username/ForkTheCaptcha.git
cd ForkTheCaptcha
git checkout -b your-feature-branch
git add .
git commit -m "Proper commit message"
git push origin your-feature-branch
To ensure a smooth contribution process, please follow these rules:
To avoid merge conflicts, ensure your fork is up-to-date with the original repository before making any changes. Here’s how to sync your fork:
git remote add upstream https://github.com/AdityaSinha2305/ForkTheCaptcha.git
git checkout main
git pull upstream main
git push origin main
After syncing, you can create a new branch from the updated main branch or can merge this updated main branch into your feature branch and start working on your changes!
If you're new to open-source, Hacktoberfest is a great time to start! Here's a simple guide to contributing:
To help you get started quickly, we label issues with:
This project is participating in Hacktoberfest 2024. Contribute to this repository and don't forget to register at hacktoberfest.com and start submitting pull requests.
To make a valid contribution during Hacktoberfest:
Your PRs don't need to be huge – small contributions count too! Fixing a typo, or adding a small feature is valuable!
Got questions? Suggestions? We'd love to hear from you!
Thank you to everyone contributing to ForkTheCaptcha! Your efforts help make this project better. ?
This project is open source and available under the MIT License.