Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dikshitadas/captchagenerator.github.io
- Owner: DikshitaDas
- Created: 2024-01-03T16:21:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T10:45:32.000Z (3 months ago)
- Last Synced: 2024-10-21T15:32:23.751Z (3 months ago)
- Topics: css, html, html-css, html-css-javascript, javascript
- Language: CSS
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. đ