Skip to content

heyiamuday/Sign-up-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sign-up Form Project πŸ“

πŸš€ Live Demo

πŸ”— Visit the Website Here


Features ✨

  • ✨ Password Validation: Checks for lowercase letters, uppercase letters, numbers, minimum length (8 characters), and confirms that the password matches the confirmation field. Provides visual feedback to the user about password strength.
    • βœ… At least one lowercase letter
    • βœ… At least one uppercase letter
    • βœ… At least one number
    • βœ… Minimum length of 8 characters
    • βœ… Password and confirm password should match
  • πŸ‘€ Toggle Password Visibility: Allows the user to toggle the visibility of the password input fields for both password and confirm password using eye icons.
  • 🎨 Styling: Styled with CSS to provide a clean and user-friendly interface.
  • βœ… Form Submission: The form is set up to submit to https://httpbin.org/post for testing purposes. You'll likely want to change this to your actual form handling endpoint.
  • πŸ“± Responsive Design: The form is designed to be responsive, adapting to different screen sizes.

πŸš€ Future Enhancements

  • πŸ” Backend Integration: Connect the form to a backend server to store user data.
  • πŸ”’ Improved Security: Implement stronger password hashing and other security best practices.
  • ✨ More Validation: Add more robust validation, such as email validation.
  • 🎨 Enhanced UI/UX: Improve the user interface and experience.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published