hw01 - Web Development Setup
hw02 - Browser Development Warmup
- animal.html - static page
- calc.html - 4-function calculator. If multiple operators are clicked subsequently and an operand has been received, it accepts the most recent operator. The '-' button functions as a binary operator. When chaining operations, a result is returned before further input is accepted.
hw03 - Elixir / Server Logic Warmup