Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.76 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.76 KB

Netlify Status

Student Registration Form Project

This project is a simple web application for student registration. It allows users to input their personal details such as first name, last name, gender, age, date of birth, email, password, phone number, address, state, pin code, hobbies, and upload a photo. The form includes validation for required fields, email format, password strength, phone number format, and file size for the photo upload.

Screenshots

Screenshot: Initial view of the registration form Screenshot (45)

Features

  • Responsive Design: The form is designed to adapt to various screen sizes, ensuring a consistent user experience across devices.
  • Password Strength Checker: Provides real-time feedback on the strength of the password entered.
  • File Upload Validation: Ensures that the uploaded photo does not exceed the maximum size limit of 100kb.
  • Netlify Form Handling: The form is configured to work with Netlify for easy form submission and processing.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

How to Run

To run this project locally, simply download the files and open the index.html file in a web browser.

git clone https://github.com/surajkumar345678/student-registration-form.git
cd student-registration-form

Contributing

Contributions are welcome! Please feel free to fork this repository, make changes, and submit a pull request.

License

This project is not licensed under the MIT License - see the LICENSE file for details.