The Odin Project: Sign Up Form
  • HTML 40.1%
  • CSS 36.1%
  • JavaScript 23.8%
Find a file
2026-07-11 14:09:20 -05:00
assets Added assets and goal image 2025-02-20 01:32:35 -06:00
css finished javascript: password check 2025-02-25 22:44:07 -06:00
goal Added assets and goal image 2025-02-20 01:32:35 -06:00
index.html finished javascript: password check 2025-02-25 22:44:07 -06:00
index.js finished javascript: password check 2025-02-25 22:44:07 -06:00
README.md Remove obsolete Forgejo Pages workflow 2026-07-11 14:09:20 -05:00

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.