The Odin Project: Sign Up Form
Update (July 2026): I have moved this project to Forgejo. I do not have it configured deploy a static demo site so the demo and repo links above still point to GitHub Pages and GitHub, where I originally deployed it. For the Forgejo copy, see my repositories.
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.