It’s time to practice! Using what you’ve learned in the previous articles, create an App that meets the following requirements:
- This App will be used to validate a password.
- At the top, a message should indicate whether the password is correct or not, with green text for correct and red for incorrect.
- It should display a
TextField
for the user to enter their password.
Be the first to comment