feat: add form validation and submission handling for exercise 5

This commit is contained in:
2026-05-20 17:20:46 -03:00
parent 36afe58c6f
commit b7d5d9a176
3 changed files with 91 additions and 2 deletions

View File

@@ -14,4 +14,14 @@ li {
font-weight: bold;
border-radius: 6px;
padding: 4px 8px;
}
.errorMessage {
color: red;
font-size: 14px;
}
#successMessage {
color: green;
font-weight: bold;
}