Created with CodeSandbox
React Signup Form made with Hooks and Create React App and uses SCSS stylesheets with use of node-sass.
This form has 4 fields, and uses form library react-hook-form to manage validations in inputs.
Watchers can be attached to any field just like i have done it on a email input.
This form makes use of Raisely API to validate email if it exists, and if not exits, it submits the form with data.
Running demo of this project can be seen here - https://codesandbox.io/s/github/deepinder10/react-signup-form