Date Calculator

This program will calculate the day of week. 2nd February 2020

By Jieun Kang & Geoff Goetz

Description

This Webpage will take a user input in the form of a date and calculate the day of the week in which that date was or will be.

Setup/Installation Requirements

  • First, clone this repository to your desktop by navigating to the desktop in the Terminal ("cd desktop") and then entering "git clone Project-Repo-Here".
  • Once the directory is cloned to your desktop, open the directory in the Terminal ("cd Project-Repo-Here").
  • After that open the directory in Visual Studio Code by entering the command "code ." in the Terminal.
  • Open index.html in a browser of your choice to view the project. (Google Chrome is recomended)

Project Specifications

Behavior Input Output
Accept user year input 2020 N/A
Accept user month input February N/A
Accept user day input 14th N/A
On submission of user input, calculate and display day of the week 14th February 2020 This is will be a Friday
On submission of non-existent date 30th February 2020 Not a date

Technologies Used

  • HTML

  • Bootstrap

  • CSS

  • Git

  • JavaScript

  • jQuery

  • Node Package Manager

License

This software is licensed under the MIT license

Copyright (c) 2020 Jieun Kang & Geoff Goetz