Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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