From 42280f6cc1cea9946d3430de70c939ccc7692291 Mon Sep 17 00:00:00 2001 From: charlie roberts Date: Mon, 7 Sep 2020 10:34:42 -0400 Subject: [PATCH 1/8] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 304a16f1..b5f0d390 100755 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ Assignment 2 - Short Stack: Basic Two-tier Web Application using HTML/CSS/JS and Node.js === -Due: September 9th, by 11:59 AM. +Due: September 16th, by 11:59 AM. This assignment aims to introduce you to the concepts and practice involved in creating a prototype (i.e. not deployment ready) two-tiered web application. The baseline aims of this assignment involve creating an application that demonstrates the use of several specific pieces of HTML, CSS, JavaScript, and Node.js functionality. -Another aim of this assignment is to establish creative boundaries in which you and your partner can explore designing, implementing, and evaluating usable, useful, novel, and technically efficient web applications. Baseline Requirements --- @@ -30,7 +29,7 @@ Your application is required to demonstrate the use of the following concepts: HTML: - One or more [HTML Forms](https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms), with any combination of form tags appropriate for the user input portion of the application - - Clarification: the results page can be implemented in any way. `
`s, `table`s, and `list`s are common choices +- A results page displaying all data currently available on the server. You will most likely use a `` tag for this, but `
` tag for this, but `
+
@@ -44,5 +45,5 @@

Add items above!

- + From 4b3fe1653344521143b6d7925aa7f4ce26e74741 Mon Sep 17 00:00:00 2001 From: Mario Castro <33728305+CluelessTimeTraveler@users.noreply.github.com> Date: Thu, 8 Oct 2020 15:37:24 -0400 Subject: [PATCH 8/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c36a2070..0b3728ae 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This application is a basic online to-do list where users can add tasks with giv - The application really does address the problem. - Areas of future work could include sorting the list based on due date, or color coding items that have certain esitmations of time. -http://a2-charlieroberts.glitch.me +https://a2-mariocastro.glitch.me/ ## Technical Achievements - **Tech Achievement 1**: The application provides a form for users to submit data and responds to the user submitting data by returning and displaying the server data alongwith the derived attribute. @@ -19,4 +19,4 @@ http://a2-charlieroberts.glitch.me ### Design/Evaluation Achievements - **Design Achievement 1**: Shown in `style.css`, the webpage contains gradient color backgrounds, and "mouse over" UI changes. - **Design Achievement 2**: We tested the application with n=1 users (Last name: Moran), finding that they had no problems with the design. They tried inputting dates in the past and negative estimated time so that would be something to prevent the user from entering in the future. -- **Design Achievement 2**: The application will not let the user submit an empty task and will display a message and provides visual feedback to invalid data. \ No newline at end of file +- **Design Achievement 2**: The application will not let the user submit an empty task and will display a message and provides visual feedback to invalid data.
Assignment Due Date