Project that creates a SAP component that after two button clicks, a form may be filled for a college member who may consist of faculty, staff, administration and college members. Once this member is submitted, they will be added to the "card stacks" where members may be searched, removed, and looked up via hashtables with an average runtime of O(1).
- Modularize single JS file
- iconTray.js
- fromCreateUbiquity.js
- fromCreateFaculty.js
- dropDownDomMan.js
- dropDownLogic.js
- dataStructures.js
- Utilize hashtable for quick insert, delete, and search features
- Add animations for cards
- Make card size responsize
- Make font-size responsize
- Add delete entire card feature during form process (ere clicking submit)
- Resize class delete button
- Hook up logic to DOM manipulation
Potential memory leaks with addeventlistener.