https://github.com/jordan-sussman/react-captcha
Captcha Text Verification with React and TypeScript
https://github.com/jordan-sussman/react-captcha
captcha captcha-text react text-captcha typescript vite
Last synced: about 1 month ago
JSON representation
Captcha Text Verification with React and TypeScript
- Host: GitHub
- URL: https://github.com/jordan-sussman/react-captcha
- Owner: jordan-sussman
- Created: 2023-11-12T04:26:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T07:50:46.000Z (over 2 years ago)
- Last Synced: 2025-10-05T04:05:39.638Z (8 months ago)
- Topics: captcha, captcha-text, react, text-captcha, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Captcha Verification
A lightweight text-based captcha verifier. Built with React + TypeScript. Leveraging Vite.
### SETUP
(1) Install packages
```npm install```
(2) Start Server
```npm run dev```