This form is designed to be as reuseable as possible:
- Need to add another field? No problem. Just add your new field to Data.js, and add validation rules in Util.js. You are all set!
- Yes, no need to modify App.js at all.
- JQuery
- React
- CSS3
npm install
npm start
- Create components for form-group.
- Organize and refactor App.css file.
- Refactor validatePattern function, add validateRequire function if not all is-required.
- Add unit test.
Xianhui Feng