- Writing from Form to Dom via an IIFE augmenter, and using Bootstrap framework to style.
- HTML create form
- Random hardcode for styling
- Add basic Bootstrap styling
- Write IIFE to accept info
- Event listeners in DOM handler
- Log all EL's and IIFE
- Link input fields with IIFE
- Alternate striping for table entries
- Apply Cancel button functionality
- Validate Amount input accepts only numbers and that all fields are complete
- Clear input fields upon Enter or Donate button click
- Remove hard coding used for testing
- Apply grid system per device
- Complete Bootstrap requirements
- Add Frequency/radio button functionality
This one took me longer than it probably should have since I was working on a team project as well, and taking my work lunch at later hours (when I study). Having to switch between exercises provided me excellent practice having to quickly familiarize myself with prior edits. Also learned about the handiness of using a stying framework and got more IIFE repetitions.