https://github.com/alicw/simple-captcha-example
https://github.com/alicw/simple-captcha-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alicw/simple-captcha-example
- Owner: AliCW
- Created: 2023-11-15T02:42:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T00:47:44.000Z (over 2 years ago)
- Last Synced: 2024-12-27T22:54:21.379Z (over 1 year ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-captcha-example
This example uses react-simple-captcha (https://www.npmjs.com/package/react-simple-captcha) as an example for provide a thin layer of security against bots.
## How to...
clone the repo
git clone https://github.com/AliCW/simple-captcha-example.git
Install dependencies
npm install
Run the program by navigating to the site root at /simple-captcha-test/ and type the below
npm start
## Colour Modification
You can change the colour of your CAPTCHA code by altering the hex code next to the 'loadCaptchaEnginge' call