Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnetto/react-form-validation-demo
React Form Validation Demo
https://github.com/learnetto/react-form-validation-demo
forms react reactjs validation
Last synced: 16 days ago
JSON representation
React Form Validation Demo
- Host: GitHub
- URL: https://github.com/learnetto/react-form-validation-demo
- Owner: learnetto
- Created: 2017-03-12T19:14:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T09:15:50.000Z (over 4 years ago)
- Last Synced: 2024-12-08T10:50:33.650Z (28 days ago)
- Topics: forms, react, reactjs, validation
- Language: JavaScript
- Homepage: https://reactform.herokuapp.com/
- Size: 88.9 KB
- Stars: 102
- Watchers: 2
- Forks: 109
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://reactform.herokuapp.com).
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](learnetto.com/users/hrishio/courses/the-complete-react-on-rails-5-course).