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.