Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dikshitadas/captchagenerator.github.io

A simple Captcha Generator that creates random, alphanumeric captchas for validating user inputs and enhancing form security.
https://github.com/dikshitadas/captchagenerator.github.io

css html html-css html-css-javascript javascript

Last synced: about 2 months ago
JSON representation

A simple Captcha Generator that creates random, alphanumeric captchas for validating user inputs and enhancing form security.

Awesome Lists containing this project

README

        

# 🔐 Captcha Generator

A simple **Captcha Generator** built with **HTML**, **CSS**, and **JavaScript** to generate random captcha codes for validation purposes.

![HTML5](https://img.shields.io/badge/HTML5-%23E34F26.svg?&style=flat&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-%231572B6.svg?&style=flat&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-%23F7DF1E.svg?&style=flat&logo=javascript&logoColor=black)

## ℹī¸ About

A **Captcha Generator** that creates random, alphanumeric captcha codes to enhance the security of forms by ensuring users are human.

## 🚀 Features

- 🔄 **Random Captcha Generation**: Generates unique, random captcha codes on each page reload.
- 🔍 **Captcha Validation**: Verifies if the entered code matches the generated captcha.
- 🎨 **User-friendly Interface**: Clean and responsive design for easy use.

## đŸ“Ļ Installation

### 1. Clone the Repository
```bash
git clone https://github.com/DikshitaDas/CaptchaGenerator.github.io.git
cd CaptchaGenerator.github.io
```

### 2. Open `index.html`
Simply open the `index.html` file in your browser to use the Captcha Generator.

## 🛠 Technologies Used

| Technology | Logo |
|-------------|------|
| **HTML5** | ![HTML5](https://img.shields.io/badge/HTML5-%23E34F26.svg?&style=flat&logo=html5&logoColor=white) |
| **CSS3** | ![CSS3](https://img.shields.io/badge/CSS3-%231572B6.svg?&style=flat&logo=css3&logoColor=white) |
| **JavaScript** | ![JavaScript](https://img.shields.io/badge/JavaScript-%23F7DF1E.svg?&style=flat&logo=javascript&logoColor=black) |

## 🤝 Contributing

Contributions are welcome! Feel free to:

1. Fork the repository 🍴
2. Create your feature branch (`git checkout -b feature/amazing-feature`) 🚧
3. Commit your changes (`git commit -m 'Add new feature'`) 📝
4. Push to the branch (`git push origin feature/amazing-feature`) 📤
5. Open a pull request đŸ“Ŧ

## 📄 License

This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details. 📃