Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ridloghifary/google-rechaptcha

This project is an example of how to integrate Google Recaptcha into a Next.js application.
https://github.com/ridloghifary/google-rechaptcha

chatpcha nextjs

Last synced: 14 days ago
JSON representation

This project is an example of how to integrate Google Recaptcha into a Next.js application.

Awesome Lists containing this project

README

        

# Google Recaptcha Example

This project is an example of how to integrate Google Recaptcha into a Next.js application.

## Usage

- Install dependencies `npm install`
- Run application `npm run dev`
- Open browser and go to `http://localhost:3000`
- Fill the form and click the submit button

## Env Variables

- `NEXT_PUBLIC_RECAPTCHA_SITE_KEY`: Google Recaptcha site key
- `CAPTCHA_SECRET_KEY`: Google Recaptcha secret key

## Reference

- [Google Recaptcha](https://developers.google.com/recaptcha)
- [Next.js](https://nextjs.org/)
- [React Hot Toaster](https://react-hot-toast.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [PostCSS](https://postcss.org/)