Back to projects
Odin Sign Up Form
Feb 18, 2025
1 min read

Odin Sign Up Form

A sign-up form with custom validation and modern styling techniques.

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.