Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.41 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.41 KB

Email verification signup form with reCaptcha, API proxy requests and more

Drip email marketing is one of the most advanced email automation software in the market today. I wanted to build a landing page that would enable users to easily sign up to a drip email newsletter. I also wanted to integrate a reCaptcha from Google to prevent spam and bots from accessing and signing up for the newsletter.

Users always come first. So, I decided to implement a progress bar to update the user on their progress while entering and submitting their email. As soon as the user starts to type their email, the progress bar responds and gives them immediate feedback. This feature turns a simple email signup form into a elegant and responsive experience.

You can take a look at this build by following the steps below:

  1. Navigate to an empty folder in your terminal and enter
    git clone https://github.com/StephenGrable1/deafBoyUSAWebsite
  2. In your terminal, run 'npm install' in the main app folder and also run npm install inside the client folder.
  3. Navigate into the client folder in your terminal and run npm start
  4. Your default web browser should open and navigate to localhost:3000
  5. Please feel free to email me if you have any trouble

Contact: stephengrable@gmail.com