This project was bootstrapped with Create React App.
- Run
yarn start
to start the app in dev mode at http://localhost:3000
- Form with 3 input fields, for the username, password and confirm password
- Persist the state of the input fields entries
- The password and confirm password input field should validate entries by comparing both values
- Output to the user when both field match or don’t match