Skip to content

This project contains a simple web application for validating user input data in a registration form.

Notifications You must be signed in to change notification settings

furkan-dogu/form-validasyon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Validation Project

About the Project

This project contains a simple web application for validating user input data in a registration form. The application performs basic form validation processes and notifies the user of any errors.

Table of Contents

Project Link

You can find the live version of the project here.

Conditions

-All fields must be filled. -Password must be at least 8 characters. -Email must be valid, containing '@'. -Image must be a valid URL. -Username, Firstname, and Lastname must be at least 3 characters long, excluding spaces. -If the user tries to click the button without passing validation, the button is disabled. If validation fails, the button constantly moves when hovered over. It stops moving when the cursor is moved away. -When the form is submitted, the entered information is displayed in a card structure below. -Clicking the "Show" button reveals the entered password. Clicking the "Hidden" button cancels the password visibility.

Project Skeleton

Form Validation (folder)
|
|----readme.md         
SOLUTION
├── public
│     └── index.html
├── src
│    ├── assets
│    ├── components
│    │   ├── card
│    │   │   └── Cards.jsx
│    │   └── forms
│    │       ├── Forms.jsx
│    │       └── form.css
│    ├── App.js
│    ├── index.js
├── package.json
└── yarn.lock

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

About

This project contains a simple web application for validating user input data in a registration form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages