Pinned Repositories
gabelanz.github.io
HTML5-survey-form
A form that has name and email text inputs, radio buttons, check boxes, and a comments field that uses a submit and clear button.
Java-password-validator
Prompts to enter a password, as if you were changing it, and checks to ensure it meets the set password strength variables of upper/lowercase/number combinations
Java-random-number-generator
you pick how many random numbers you want to see, you pick the lowest and highest numbers for a range, and it outputs random numbers.
Java-Rock-Paper-Scissors-Lizard-Spock
Java-simple-bank-acct-withdraw-deposit
A simple bank acct transaction simulator
Java-ticket-purchase-tracker
A program that lets you enter a number of tickets to purchase, tracks how many are left to purchase, includes input error checks, and has a visual status indicator.
Java-Timed-Response-Checker
Calculates the time it takes you to respond to a question
JavaScript-input-field-validator
highlights an input field red if no input is entered
JavaScript-random-Image-Generator
uses a button to generate a random cat image from a bank of 4 images
GabeLanz's Repositories
GabeLanz/gabelanz.github.io
GabeLanz/HTML5-survey-form
A form that has name and email text inputs, radio buttons, check boxes, and a comments field that uses a submit and clear button.
GabeLanz/Java-password-validator
Prompts to enter a password, as if you were changing it, and checks to ensure it meets the set password strength variables of upper/lowercase/number combinations
GabeLanz/Java-random-number-generator
you pick how many random numbers you want to see, you pick the lowest and highest numbers for a range, and it outputs random numbers.
GabeLanz/Java-Rock-Paper-Scissors-Lizard-Spock
GabeLanz/Java-simple-bank-acct-withdraw-deposit
A simple bank acct transaction simulator
GabeLanz/Java-ticket-purchase-tracker
A program that lets you enter a number of tickets to purchase, tracks how many are left to purchase, includes input error checks, and has a visual status indicator.
GabeLanz/Java-Timed-Response-Checker
Calculates the time it takes you to respond to a question
GabeLanz/JavaScript-input-field-validator
highlights an input field red if no input is entered
GabeLanz/JavaScript-random-Image-Generator
uses a button to generate a random cat image from a bank of 4 images
GabeLanz/JavaScript-simple-calculator
a simple program to add, subtract, multiply and divide 2 numbers