Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ridloghifary/google-rechaptcha
- Owner: RidloGhifary
- Created: 2024-08-13T10:04:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:34:24.000Z (5 months ago)
- Last Synced: 2024-11-08T00:58:42.828Z (2 months ago)
- Topics: chatpcha, nextjs
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)