Routing exercise
Instruction
Create
Make a formpage thatcall receive the 2 input and 1 submit button
1. Email
2. Password
MainPage.jsx
TheStarter form should validate the data with this requirement.template:
You also need to show the error messages below the form.
You can use traditional form handling or using yup & react-hook-form in this exercise
The result should look like this.
If there is error show error message below