Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybermaxi7/newsletter-signup-n-success


https://github.com/cybermaxi7/newsletter-signup-n-success

Last synced: 13 days ago
JSON representation

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)