reese-lee / leap-year2

Leap Year exercise with README.md (w/BDD) and all code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leap Year

A form that shows which years are leap years, 03/04/2019

By Zsuzsanna Mangu, Reese Lee

Description

A website that allows users to put in any year and the form answers whether that is a leap year.

Commands

Behavior Input Output
A year is not aleap year if it is not divisible by 4 1993 false
A year is a leap year if it is divisible by 4 2004 true
A year is not a leap year if it is divisible by 100 1900 false
A year is a leap year if it is divisible by 400 2000 true

Setup/Installation Requirements

  • Clone repo
  • Open index.html in Chrome

Support and contact details

Feel free to email to zsuzsannamangu@gmail.com

Technologies Used

HTML, CSS, JavaScript, jQuery

License

MIT

Copyright (c) 2019 Zsuzsanna M., Reese L.

About

Leap Year exercise with README.md (w/BDD) and all code


Languages

Language:HTML 57.2%Language:JavaScript 40.8%Language:CSS 2.1%