My personal solution of Frontend mentor Newsletter sign-up form with success message challenge
A live demo of this project can be accessed here.
- Responsive form layout with a single email input field.
- Real-time validation of the email address using React Hook Form.
- Displays error messages when the email format is incorrect.
- Submits the form data when the email is valid.
- Styled with Tailwind CSS
- React
- Tailwind CSS
- React Hook Form

