Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.9 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.9 KB

Overview

This is the prototype of my hi-fi mockup from assignment 3

Design Choices

Here are the sources I referenced/used:

Here are the differences between my mockup and this prototype due to technical difficulties

  • The background of other pages doesn't automatically change when the home page's background color changed- I have considered adding a variable to keep track of color. However, since I had multiple javascript files, I wasn't able to implement this concept. I have also considered merging all my javascript files, but since they used various different libraries, they didn't work when all merged into one file. To fixed this issue, I added a checkbox at the top-left corner of the To-do, Calendar, and Notes pages so users can still change the background colors.
  • The calendar is not interactive- I was unsure of how to write functions that automatically fill in the calendar's dates & displays today's date based on the current time. This would be my next step if I choose to continue working on this project in my own time.
  • Certain colors, font sizes, and button sizes may not appear to 100% match with the mockup, but I have been using the same type of fonts as my mockup and tried my best to replicate the spacing & colors of all pages.

Known Bugs

  • To do's edit button sometimes does not work (sometimes nothing happens after I edit a task then press ENTER). I tried my best to fix it but I'm not sure why it's not working.