Due: September 16th, by 11:59 PM.
Pradnya Mahurkar https://a2-pradnyamahurkar.glitch.me
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.
- 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 Achievement 1:
- Last name of the student: Gilmore
- Problems that the user had with my design: Did not have any problem navigating through the application.
- Comments that surprised me: She loved the user interface of the application.
- 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.
- Last name of the student: Alvarado Blanco Uribe
- Problems that the user had with my design: Could not find the calendar button in the date input field.
- Comments that surprised me: When she manually input the date instead of using the calendar.
- Changes I would make based on the feedback: Make the calendar option in the due date field more prominant.