Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisa-amaral/registration-form-template-with-javascript-validation
Registration form template with JavaScript field validation. Error messages are displayed under each field if necessary. Built with HTML, CSS and JavaScript Object-Oriented Programming.
https://github.com/elisa-amaral/registration-form-template-with-javascript-validation
css html javascript
Last synced: 4 days ago
JSON representation
Registration form template with JavaScript field validation. Error messages are displayed under each field if necessary. Built with HTML, CSS and JavaScript Object-Oriented Programming.
- Host: GitHub
- URL: https://github.com/elisa-amaral/registration-form-template-with-javascript-validation
- Owner: elisa-amaral
- Created: 2022-11-10T12:03:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T22:24:17.000Z (about 2 years ago)
- Last Synced: 2024-11-20T21:44:00.564Z (2 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://registration-form-js-validation.netlify.app/
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Registration Form Template with JavaScript Validation
This project is a registration form template with field validation. When there's an error, such as an empty field or a password with less than 6 characters, error messages are displayed under the fields.
The user must then try again with the correct input, reloading the page is not necessary. When all inputs are correct, an alert indicates that the form should then be sent to the backend for data treatment.
## Project Website
**https://registration-form-js-validation.netlify.app/**
## Screenshot
![Screenshot](assets/img/Screenshot.png)
## Technology Stack
+ JavaScript (Object-Oriented Programming)
+ HTML
+ CSS