Leap Year Detector

Enter a year, find out if it's a leap year!, 06.08.2016

By Charles Ewel and Brett New

Description

This webpage will allow the user to enter a date, and will return with a true or false if it is a leap year

Behavior (should be able to handle): Input Example Output Example a year that is not a leap year 1993 false a year that is divisible by 4 2004 true a year that is divisible by 100 1900 false a year that is divisible by 400 2000 true a blank space or text bob alert a decimal 1190.4 alert

Setup/Installation Requirements

  • Clone repository from GitHub
  • Open HTML file in browser
  • Enter a Year

Known Bugs

No known bugs

Support and contact details

Please no contact.

Technologies Used

HTML Javascript jQuery

License

Licensed under MIT license.

Copyright (c) 2016 Charles Ewel and Brett New