PRD for IR4.7_HW_1 - Sharu2003-27/IR GitHub Wiki
PRD for IR4.7_HW_1
- Created file, installed and imported packages.
- Created User form using various kind of input fields.
- Added onChange event to all input fields.
- Used useState hook from react, created state variable.
- Created form as per given conditions.
- Added required and onInvalid attributes.
- Displayed user data after click on submit button.
- Exported components.