Go to file
2025-03-17 09:20:05 +09:00
assets init 2025-03-17 09:20:05 +09:00
.gitignore init 2025-03-17 09:20:05 +09:00
README.md init 2025-03-17 09:20:05 +09:00
SubmissionNotes.md init 2025-03-17 09:20:05 +09:00

Homework 3 - Software Prototyping ID311

  • Learn about functions, recursion and HTML elements.
  • Live demo

General Description

In this assignment you are required to understand functions and recursion, and it allows you to practice with basic GUI elements (HTML elements such as dropdown selections, sliders, buttons). Using a web interface the user can insert two dates, and then the system reports the number of days between the two dates (like this website).

Before Starting

Clone the repository in your computer and you will find a few files and these instructions.

You are on the main branch, but the code for this exercise and the instructions are inside the develop branch. Checkout (or switch to) the developbranch and you will see the main files main.js and index.html as well as the rest of the instructions. The file main.jscontains some stub code to get you started. Do all your commits in the develop branch, then, when you are done, merge your changes in the main branch, before submitting.