https://github.com/ajkun55/newsletter-sign-up-form-with-success-message
Frontend Mentor Challenge
https://github.com/ajkun55/newsletter-sign-up-form-with-success-message
Last synced: 3 months ago
JSON representation
Frontend Mentor Challenge
- Host: GitHub
- URL: https://github.com/ajkun55/newsletter-sign-up-form-with-success-message
- Owner: ajkun55
- Created: 2024-05-12T09:51:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T09:57:34.000Z (about 1 year ago)
- Last Synced: 2025-01-12T17:46:59.641Z (5 months ago)
- Language: CSS
- Homepage: https://ajkun55.github.io/Newsletter-sign-up-form-with-success-message/
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Newsletter sign-up form with success message

## Welcome! 👋
This is my solution to the [Newsletter sign-up form with success message challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/newsletter-signup-form-with-success-message-3FC1AZbNrv).
Thanks for checking out this front-end coding challenge.
[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
**To do this challenge, you need a basic understanding of HTML, CSS and JavaScript.**
## The challenge
Your challenge is to build out this newsletter form and get it looking as close to the design as possible.
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
Your users should be able to:
- Add their email and submit the form
- See a success message 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