This is a solution to the Newsletter sign up UI with success message on Frontend Mentor
Thanks for checking out this front-end coding challenge. This newsletter UI is built with HTML, CSS and plain JavaScript.
The user will be able to
- Add their email and submit the form
- See a success message dialog with their email after successfully submitting the form
- See form validation messages if:
- The field is left empty
- The email address is not formatted correctly
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page