It is a simple user entry application which which open a modal on wrong entry with a message.
Modal backdrop is made using the react portals.
In this application , we created two user inputs, one for username and second is for user age.
Modal error dialog box will be shown when ever user missed both the fields empty or missed any one user input or entered the age value less than 0.
Modal error is operated using react portals concept.