https://github.com/devmarkson/form_validation
https://github.com/devmarkson/form_validation
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmarkson/form_validation
- Owner: DevMarkson
- Created: 2022-06-16T12:31:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:16:45.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T19:46:51.476Z (over 1 year ago)
- Language: CSS
- Homepage: https://markson17.github.io/Form_validation/
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form Validation
This repository contains a website created using HTML, CSS, and JavaScript. The website is designed to provide a user-friendly and visually appealing interface, with a focus on form validation using JavaScript.
## Features
- Structured web page built with HTML
- Styling and visual enhancements achieved through CSS
- JavaScript utilized for form validation
- Real-time feedback for validating user inputs
- Seamless and interactive user experience
## Getting Started
To view the website, simply open the `index.html` file in a web browser of your choice. The HTML file serves as the entry point and contains links to the CSS and JavaScript files.
## Form Validation
The JavaScript code in this project handles form validation to ensure accurate and valid user inputs. Various form fields, such as name, email address, password, and more, are validated in real-time, providing instant feedback to the user.
The form validation logic can be found in the `script.js` file. It includes functions to check input lengths, validate email addresses, verify password strength, and more. Feel free to explore and modify the JavaScript code to suit your specific requirements.