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

https://github.com/max-programming/recaptcha-v3-actions


https://github.com/max-programming/recaptcha-v3-actions

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

## Google Recaptcha V3

[![YouTube](http://i.ytimg.com/vi/w-EbCTxI47o/hqdefault.jpg)](https://www.youtube.com/watch?v=w-EbCTxI47o)

This is the code for the tutorial of [**How to use Google Recaptcha V3 in Next.js 14 using server actions?**](https://youtu.be/w-EbCTxI47o).

This branch contains the starter code.

For the final code, checkout the [`final`](https://github.com/max-programming/recaptcha-v3-actions/tree/final) branch.

## How to use

1. Clone this repository
2. Install the dependencies by running `npm install`
3. Create a `.env` file and add your Google Recaptcha V3 site key and secret key
4. Run the development server by running `npm run dev`