Challenge
No
Write an app that shows a form like this (style it as you want):
The user fills in the fields. All are required. If there are errors, show them all, and the form, with the user's input values. For example:
Another:
- State should be MI or IL. Case should not matter. There can be extra leading and trailing spaces.
- Price should be a positive number.
- Discount rate should be a positive number.
If all is OK, show the output.
You can try my solution.
Submit the URL of your solution, and a zip of your files.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced