A small tool to see the screen size and resolution of whatever monitor I'm on.
It'd be a one-off page, small app. Perhaps a sub-domain of my website (screen.jonathanstephens.us
). It's similar to a reference page I also want to make of emoji's, emoticons, and typographic characters to copy and paste when I don't have access to my typical keyboard shortcuts.
screen.jonathastephens.us
would tell the:
- screen size of current screen;
- resolution of current screen;
- aspect ratio of current screen;
- css measurement units of the screen
- absolute:
px
,mm
,pt
,pc
- relative:
rem
,ch
- absolute:
It'd be mostly something fun to learn to make, and for whenever I'm curious about screen size, and something to practice reading Javascript.