antieva / Leap-Year

A webpage to evaluate if a year is a leap year or not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank Project

Experimenting with Forms, JQuery, Bootstrap, CSS and HTML page 3.23.18

By Eric Wolfe Eva Antipina

Description/Specs

Simple exercise experimenting with Forms, JQuery, Bootstrap, CSS and HTML.

Specs from Leap Year Lessons

The program should return when a year is not a leap year. Input Example: 1993 Output Example: false

The program should return 'true' for years divisible by 4, since those are leap years. Input Example: 2004 Output Example: true

The program should return 'false' for years divisible by 100, since those are not leap years. Input Example: 1900 Output Example: false

The program should return 'true' for years divisible by 400, since those are leap years. Input Example: 2000 Output Example: true

Setup/Installation Requirements

  • open the index.html file in your local web browser

Known Bugs

No known bugs as of today

Support and contact details

contact Eric Wolfe with any suggestions or feedback

Technologies Used

HTML CSS Bootstrap Javascript JQuery

License

*Legal *

Copyright (c) 2018 Eric Wolfe

About

A webpage to evaluate if a year is a leap year or not


Languages

Language:HTML 57.1%Language:JavaScript 40.7%Language:CSS 2.2%