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

https://github.com/viniciusmassari/react-form-fm

Form made with react and react-hook-form for validation
https://github.com/viniciusmassari/react-form-fm

Last synced: 6 months ago
JSON representation

Form made with react and react-hook-form for validation

Awesome Lists containing this project

README

          

# React Form with Email Validation Challenge

My personal solution of Frontend mentor [Newsletter sign-up form with success message](https://www.frontendmentor.io/challenges/newsletter-signup-form-with-success-message-3FC1AZbNrv) challenge

## Demo

A live demo of this project can be accessed [here](https://viniciusmassari.github.io/react-form-FM/).

## Features

- Responsive form layout with a single email input field.
- Real-time validation of the email address using React Hook Form.
- Displays error messages when the email format is incorrect.
- Submits the form data when the email is valid.
- Styled with Tailwind CSS

## Technologies Used

- React
- Tailwind CSS
- React Hook Form

![desktop](./src/.github/desktop.png)
![desktop_success](./src/.github/desktop_success.png)