Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybermaxi7/newsletter-signup-n-success
https://github.com/cybermaxi7/newsletter-signup-n-success
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybermaxi7/newsletter-signup-n-success
- Owner: Cybermaxi7
- Created: 2023-08-12T21:00:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:20:41.000Z (over 1 year ago)
- Last Synced: 2023-08-12T22:28:51.732Z (over 1 year ago)
- Language: HTML
- Homepage: https://newsletter-signup-n-success.vercel.app
- Size: 366 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
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)### 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
![](../build/static/images/one.png)
![](../build/static/images/two.png)
![](../build/static/images/three.png)### Links
- Solution URL: [Click here](https://your-solution-url.com)
- Live Site URL: [Click here](https://newsletter-signup-n-success.vercel.app/)### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library### What I learned
I learnt how to control form inputs with the useState hook
I also learnt some basic designs## Author
- Website - [Agbe Moses](https://cybermaxi.vercel.app)
- Frontend Mentor - [@Cybermaxi7](https://www.frontendmentor.io/profile/cybermaxi7)
- Twitter - [@Cybermaxi7](https://www.twitter.com/cybermaxi7)