https://github.com/hemant110800/basic-user-validation
Created a App where we are providing basic validation from UI end , where based on user entries providing validations messages in popup(Modal) to user and using concept of React Portal , for placing modal etc code externally and using ref , useRef() hook concept for controlling fields.
https://github.com/hemant110800/basic-user-validation
css html javascript react react-components react-hooks
Last synced: 3 months ago
JSON representation
Created a App where we are providing basic validation from UI end , where based on user entries providing validations messages in popup(Modal) to user and using concept of React Portal , for placing modal etc code externally and using ref , useRef() hook concept for controlling fields.
- Host: GitHub
- URL: https://github.com/hemant110800/basic-user-validation
- Owner: hemant110800
- Created: 2024-03-28T10:39:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T11:07:58.000Z (about 1 year ago)
- Last Synced: 2025-01-17T22:43:17.814Z (5 months ago)
- Topics: css, html, javascript, react, react-components, react-hooks
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic-User-Validation
Created a App where we are providing basic validation from UI end , where based on user entries providing validations messages in popup(Modal) to user and using concept of React Portal , for placing modal etc code externally and using ref , useRef() hook concept for controlling fields.1)Default View
2)Empty Field Validations


3)Negative Age Validation
