Skip to content

A form that determines whether or not any given year is a leap year (Epicodus Intro Week 3 Wednesday)

Notifications You must be signed in to change notification settings

codemargaret/leap-year

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Leap Year Detector

This is a form designed to determine whether or not a given year is a leap year, 08.16.17

By Riki Montgomery and Margaret Berry

Specs

Spec Input Output
A year is not a leap year if it is not divisible by 4. 1983 1983 is not a leap year.
A year is a leap year if it is divisible by 4. 1984 1984 is a leap year.
A year is not a leap year if it is divisible by 100. 1900 1900 is not a leap year.
A year is a leap year if it is divisible by 400. 2000 2000 is a leap year.

Known Bugs

No known bugs.

Support and contact details

If you have questions or comments, please email: Margaret or Riki

Technologies Used

We used HTML, CSS, Javascript, jQuery, and Bootstrap.

License

MIT License

Copyright (c) 2017 Riki Montgomery and Margaret Berry

About

A form that determines whether or not any given year is a leap year (Epicodus Intro Week 3 Wednesday)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published