/React-Forms

React Forms - Assignment 7

Primary LanguageJavaScript

REACT FORMS

Assignment 7

Instructions

  • React code for simple login form where the user login by entering their username and password. The form inputs are validated to check if correct information is entered and the error messages when the validation fails. The login form is hidden and the “Welcome, ${name}” message is shown when the user login is successful.