Skip to content

Deep-mondal/React-form-with-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignUp Form

This is a simple SignUp form built with React. It validates user inputs for various fields such as first name, last name, email address, password, phone number, etc. The form provides real-time error feedback and prevents submission if any field is invalid.

Features

Validates first name, last name, email address, password, and phone number inputs. Uses regular expressions for email and password validation. Provides error messages for each field. Submits the form only if all fields are valid.

Usage

Enter your details in the form fields. Ensure all fields are filled correctly. Click the "Signup" button to submit the form. If any field is invalid, an error message will be displayed.

Technologies Used

  • React
  • JavaScript
  • CSS

Releases

No releases published

Packages

No packages published