Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 741 Bytes

Elegant Form Validation Using React Demo

This project is a demonstration of a simple approach of form validation in React apps.

For an explanation of the approach see Elegant Form Validation Using React.

This project was bootstrapped with Create React App.

Installing dependencies

yarn install or npm install

Running The App

yarn start or npm run start

The app will launch and be served at http://localhost:3000/. Initially validation errors will be hidden. Click Create Account to begin showing validation errors. Errors will then be "live". Refresh the page to start over.