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
- Host: GitHub
- URL: https://github.com/mickfrog/signup
- Owner: MickFrog
- Created: 2023-02-04T11:26:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T11:57:19.000Z (over 3 years ago)
- Last Synced: 2025-01-23T04:33:29.572Z (over 1 year ago)
- Topics: authentication, form, form-validation, html-css-javascript, validation
- Language: CSS
- Homepage: https://mickfrog.github.io/signUp/
- Size: 329 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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