Programming Design Final
Katie Temrowski
What is the content you’re designing?
I will be redesigning the
traditional calendar style in favor
of a grid based, minimal style
What is the intended form of your project?
I want to redesign the calendar to be
more streamlined layout. Ideally the
layout will be more intuitive with how we
read and identify with time. I have found
calendars
Some ideas:
● One large sheet with a grid, each
month being a different square
● One long graph with the days
● A very long scroll
Why is this done in code?
{"Year2017": {
"month": "January",
"day1": {
"daynum": 1,
"dayname": "Sunday",
“holiday": “new years day”
},
"day2": {
"daynum": 2,
"dayname": "Monday",
“holiday": null
}
}
-- And because I can play with layout and
design easily with an array of the days!