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
- Host: GitHub
- URL: https://github.com/viniciusmassari/react-form-fm
- Owner: ViniciusMassari
- Created: 2023-07-22T10:43:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T11:53:24.000Z (about 2 years ago)
- Last Synced: 2025-02-10T04:29:42.828Z (8 months ago)
- Language: TypeScript
- Homepage: https://viniciusmassari.github.io/react-form-FM/
- Size: 598 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
