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

https://github.com/mickfrog/signup

Sign Up Page
https://github.com/mickfrog/signup

authentication form form-validation html-css-javascript validation

Last synced: 8 months ago
JSON representation

Sign Up Page

Awesome Lists containing this project

README

          

# signUp

This is a part of The Odin Project curriculum.

It is a simple sample sign Up page to flex my form manipulation and validation
skills.

This project;
1. Validates the email of the user
2. Validates the passwords entered by the user - This includes making sure the original
and repeated passwords are the same.

MickFrog