/nextjs-reCAPTCHA-v2-template

Template website built with the Next.js and integrated with reCaptcha V2 for enhanced security.

Primary LanguageTypeScriptMIT LicenseMIT

Next.js reCAPTCHA v2 Template Website

This is a template website built with the latest version of Next.js and integrated with reCaptcha V2 for enhanced security. The project also utilizes Tailwind CSS for styling and includes components from Shadcn UI for a sleek and modern user interface. The goal of this project is to provide a starting point for developers to get inspiration and kickstart their own development of captcha based project.

Getting Started

  1. Clone the repository to your local machine.
git clone https://github.com/TusharPuri10/nextjs-reCAPTCHA-v2-template.git
cd nextjs-reCAPTCHA-v2-template

## first run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Contributing

Thank you for considering contributing to this project! To get started, follow these steps:

  1. Fork this repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them.
  4. Submit a pull request.

If you have suggestions, bug reports, or questions, feel free to open an issue.

License This project is licensed under the MIT License - see the LICENSE file for details.