Skip to content

alternadiva/FAC-Weekly-prompt-Week-3-DOM

Repository files navigation

Founders and Coder - Weekly prompt - Week 3 - DOM

Created with StackBlitz ⚡️

Codename Validator

GitHub Page

Description

This website feature has been created as part of the application for the Founders and Coders training program in web development.

Checks the input from a user if the following criteria is valid:

  • username more than 5 characters long
  • contains at least one lowercase letter and at least one uppercase letter
  • has numbers in it

image

Features

  • DOM Manipulation
  • visual feedback to the user that the codename is valid

Markup Languages

  • HTML
  • CSS

Programming Languages

  • JS