Here are some screens that show the app functionality so far (read left to right)
I still haven't figured out a good way to DRY up the selector class names, as they are all subject to change. I'll wait until the project gets a little more robust, and then making fixing that a high priority.
Since we're going to be live coding this in front of an audience, I'm not sure if I should be sacrificing style for ease of entry. For example, having everyone type in
rgb(239, 109, 39)
to get the toggle button's border color or #F6A031
to get the header background might become tedious. Even though it looks bad, it might make more sense just to use the built in colors like red
and blue
. There's probably a happy medium somewhere.
It truly a pleasure to read your blog posts, since you are documenting the development process so clearly and so thorougly. That will be a huge help for other folks using what you've done to learn.
ReplyDelete