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

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

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```