Skip to content

pradnyamahurkar/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 2 - Short Stack: Basic Two-tier Web Application using HTML/CSS/JS and Node.js

Due: September 16th, by 11:59 PM.

Pradnya Mahurkar https://a2-pradnyamahurkar.glitch.me

Your Work Advisor

My work advisor is a To-Do List which gives the user advice based on the priority of a certain task. To create this To-Do list I used an HTML form, a JavaScript server, an HTML table, Google Fonts, and flexbox (for my font layout). The application takes your task, the due date, and the priority as input and gives an output with some advice. You can see all the tasks that you have entered in the form of a table in the 2nd half of the page.

Technical Achievements

  • Tech Achievement 1: Created a single page app that both provides a form for the users to submit data and alsways shows the current state of the server-side data. As soon as the user hits the "Create Task" button, a row of the user input + the advice is created in the table in the second half of the page.

Design/Evaluation Achievements

  • Design Achievement 1:

Student 1

  1. Last name of the student: Gilmore
  2. Problems that the user had with my design: Did not have any problem navigating through the application.
  3. Comments that surprised me: She loved the user interface of the application.
  4. Changes I would make based on the feedback: Since I didn't get any feeback from her, I would continue on making the application more user friendly.

Student 2

  1. Last name of the student: Alvarado Blanco Uribe
  2. Problems that the user had with my design: Could not find the calendar button in the date input field.
  3. Comments that surprised me: When she manually input the date instead of using the calendar.
  4. Changes I would make based on the feedback: Make the calendar option in the due date field more prominant.

About

Assignment #2 for CS 4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 51.0%
  • JavaScript 37.7%
  • CSS 11.3%