/iifeBoot

Primary LanguageJavaScript

NSS IFFE Bootstrap Exercise

Splashpage

Project Summary / Demonstrated:

  • Writing from Form to Dom via an IIFE augmenter, and using Bootstrap framework to style.

Requirements-Turned-Planning-Checklist:

  1. HTML create form
  2. Random hardcode for styling
  3. Add basic Bootstrap styling
  4. Write IIFE to accept info
  5. Event listeners in DOM handler
  6. Log all EL's and IIFE
  7. Link input fields with IIFE
  8. Alternate striping for table entries
  9. Apply Cancel button functionality
  10. Validate Amount input accepts only numbers and that all fields are complete
  11. Clear input fields upon Enter or Donate button click
  12. Remove hard coding used for testing
  13. Apply grid system per device
  14. Complete Bootstrap requirements
  15. Add Frequency/radio button functionality

Personal Comments:

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.