AdityaSinha2305 / ForkTheCaptcha

This is a simple and static website. Create your first Pull Request here and contribute in Hacktoberfest 2024! If you like give a star⭐
https://adityasinha2305.github.io/ForkTheCaptcha/
MIT License
1 stars 8 forks source link
css good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest2024 html javascript website

ForkTheCaptcha

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! πŸš€


🎯 Project Overview

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.


🌟 Features


πŸ› οΈ Tech Stack


πŸš€ Getting Started

  1. Fork this repository: Click the "Fork" button on the top right corner of this page and create your own copy of the repository.

  2. Clone your fork:

    git clone https://github.com/your-username/ForkTheCaptcha.git
  3. Navigate into the project directory:

    cd ForkTheCaptcha
  4. Open the index.html file in your browser to see the CAPTCHA in action.


πŸ“ How It Works

  1. CAPTCHA Generation: The JavaScript function generates a random sequence of characters (alphanumeric) displayed as an image.

  2. User Input: The user is prompted to enter the characters from the CAPTCHA image into a text field.

  3. Validation: If the user input matches the CAPTCHA, the form is successfully submitted. Otherwise, the user is asked to try again.


πŸ§‘β€πŸ’» How to Contribute

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:

  1. Fork & Star⭐ this repository : https://github.com/AdityaSinha2305/ForkTheCaptcha.git

  2. Clone the forked repository :

    git clone https://github.com/your-username/ForkTheCaptcha.git
  3. Navigate to project directory :

    cd ForkTheCaptcha
  4. Create a new branch :

    git checkout -b your-feature-branch
  5. Make your changes and commit :

    git add .
    git commit -m "Proper commit message"
  6. Push your fork :

    git push origin your-feature-branch
  7. Open a pull request and we'll review it!


πŸ›‘οΈ Contribution Rules

To ensure a smooth contribution process, please follow these rules:


πŸ”„ Sync Your Fork to Avoid Conflicts

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:

  1. Add the original repository as a remote (if not already added):

    git remote add upstream https://github.com/AdityaSinha2305/ForkTheCaptcha.git
  2. Merge the changes into your local fork:

    git checkout main
    git pull upstream main
  3. Push the updated main branch to your fork:

    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!


πŸŽ‰ Hacktoberfest 2024

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.


πŸ“„ License

This project is open source and available under the MIT License.