monkeyFeathers / sign-up-form-prototype

Coding sample building a signup form using react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Coding sample building a signup form using react


Languages

Language:JavaScript 63.5%Language:HTML 24.6%Language:CSS 11.9%