From 39fa72866f625c6e4aaa51a71d6dd4d0d6c49705 Mon Sep 17 00:00:00 2001 From: jesusvilla Date: Tue, 12 Apr 2022 00:13:35 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af5a062..23ebdd7 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ -Hola \ No newline at end of file +FreeCAPTCHA is a new CAPTCHA system for privacy-focused websites. No JS, minimal dependencies, all on-premise (no 3rd party APIs required). + +Here's a minimalistic implementation, to show you what it looks like: + +![initial page](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/initial_page.png) + +Let's try selecting an *incorrect* option: + +![wrong select](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_select.png) + +And we submit, to see what happens: + +![wrong result](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_result.png) + +Okay, what if select the *correct* image? + +![right select](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_select.png) + +And smash that submit button to see where it goes! + +![right result](https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_result.png) + +Viola! Although the concept works, it's mostly just that, a proof of concept. The code needs to be modularized into a library that can be loaded into a little iframe for easy integration \ No newline at end of file