Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmikaia/newsletter-sign-up
https://github.com/dmikaia/newsletter-sign-up
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmikaia/newsletter-sign-up
- Owner: DMikaia
- Created: 2023-06-11T13:37:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-11T13:45:42.000Z (over 1 year ago)
- Last Synced: 2024-11-03T07:42:45.308Z (about 2 months ago)
- Language: CSS
- Size: 660 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 solution
This is a 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). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [Author](#author)## Overview
### The challenge
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### Screenshot
![Desktop-preview](screenshot/desktop-preview.png)
![Desktop-active-state](screenshot/active-state.png)
![Desktop-error-state](screenshot/error-state.png)
![Desktop-succeed](screenshot/success-desktop.png)
![Mobile-preview](screenshot/mobile-preview.png)
![mobile-succeed](screenshot/success-mobile.png)
### Links
- Solution URL: [My solution](https://github.com/DMikaia/newsletter-sign-up)
- Live Site URL: [Live site link](https://dm-newsletter.netlify.app/)### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- JavaScript ES6## Author
- Frontend Mentor - [@DMikaia](https://www.frontendmentor.io/profile/DMikaia)