/ng-captcha-demo

A demo app for implementation of Google's reCaptcha using a package

Primary LanguageTypeScript

ng-captcha-demo

A demo app for implementation of Google's reCaptcha API V2

working demo link here

Run the App

  1. This app uses direct API from Google's reCaptcha i.e. no package used
  2. Use this link to get YOUR_SITE_KEY & YOUR_SECRET_KEY: get reCaptcha keys
  3. Now, replace YOUR_SITE_KEY with your secret key you got from the above link in app.component.ts
  4. Finally, run your app using command npm serve
  5. Find your output at http://localhost:4200

Features can be added

  1. server side validation with SECRET_KEY
  2. Please ignore service file in the code created still to implement

❤️ Happy Coding ❤️