Skip to content

pianomanfrazier/CS4700_language_evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample web app with Elm

This is the result of playing around with Elm for a few weeks. Go here to see it in action.

The app is a simple password validator as found in the Elm tutorials in the Documentation. I implemented the exercises found at the end of the tutorial.

  • Check that the password is longer than 8 characters.
  • Make sure the password contains upper case, lower case, and numeric characters.
  • Add an additional field for age and check that it is a number.
  • Add a "Submit" button. Only show errors after it has been pressed.

About

A crude Elm web app as a result of the final project for CS4700 Computer Languages at USU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published