The Odin Project: Sign Up Form
- HTML 40.1%
- CSS 36.1%
- JavaScript 23.8%
| assets | ||
| css | ||
| goal | ||
| index.html | ||
| index.js | ||
| README.md | ||
The Odin Project: Sign Up Form
This project is from The Odin Project's course
Topics Covered
- Uses Intermediate CSS Concepts like:
- CSS Functions
- Custom Properties
- Pseudo Classes
- Forms
- Form Basics
- Form Validation
- Basic JavaScript
JavaScript
The index.js file's sole purpose to is perform password validation. Because I haven't set up
any end points to submit the form with a post request, I validate the password
fields match with a button event listener.