# go-captcha-react **Repository Path**: admin2024/go-captcha-react ## Basic Information - **Project Name**: go-captcha-react - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-10 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-captcha-example-react ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. ## Start backend ``` git clone github.com/wenlng/go-captcha-example cd go-captcha-example go mod download go run main.go ``` --------------------- ### go-captcha Package captcha implements generation and click location verification of image CAPTCHAs. - Github:[https://github.com/wenlng/go-captcha](https://github.com/wenlng/go-captcha) - Go Example Code:[https://github.com/wenlng/go-captcha-example](https://github.com/wenlng/go-captcha-example) - Example Code of Vue:[https://github.com/wenlng/go-captcha-vue](https://github.com/wenlng/go-captcha-vue) - Example Code of React:[https://github.com/wenlng/go-captcha-react](https://github.com/wenlng/go-captcha-react) - Online Demo:[http://47.104.180.148:8081/go_captcha_demo](http://47.104.180.148:8081/go_captcha_demo) - Author Website: [http://witkeycode.com](http://witkeycode.com)