Skip to content

6th Project: Create a basic sign-up form with validation. Part of The Odin Project Intermediate HTML & CSS.

Notifications You must be signed in to change notification settings

curveservices/signup-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic Sign-Up Form with Validation

Live Demo 👉 Sign up Form

PC View

signup-form

Overview

The Sign up Form assigment was set as part of The Odin Project as the first project of the Intermediate HTML & CSS course. The Javascript part of this assignment was optional.

Provided Assets

Objectives

  1. Build a sign-up form page based on the provided assets
  2. The inputs, by default have a very light border (#E5E7EB), include 2 variations. For starters, the password inputs should be given an error class.
  3. The other variation is the selected input, which should have a blue border and subtle box-shadow. This can be done with the :focus pseudo-class
  4. No need to make it look nice for mobile.
  5. Checking that the password fields match each other requires javascript. Try to implement this if you feel confident, otherwise just validate each field separately.

Extra Credit

  • Checking that the password fields match each other requires javascript. Try to implement this if you feel confident.

    Rozla-dev 01/2023

About

6th Project: Create a basic sign-up form with validation. Part of The Odin Project Intermediate HTML & CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published