Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 438 Bytes

React Form Validation Demo

This is a simple demo app for showing how to do basic form validation in React.

See the app running on Heroku.

It includes a sign up form with email and password input fields and a sign up button.

For more on how to generalise the validations, have a look at The Complete React on Rails Course.