/sign-up-form-prototype

Coding sample building a signup form using react

Primary LanguageJavaScript

Simple sign-up form prototype

This is a prototype for a user signup form consisting of username, password and confirm-password inputs. The form validates that entries for password and confirm-password match.

Running the prototype

  1. clone this repository and cd into it
  2. run npm install
  3. run npm run start
  4. navigate to http://localhost:3000