Added a new method to search through users and populate the matches into the DOM when searched.
Steps to Test
git fetch --all
git checkout hl-friends
Run the API server from the api file on src level - json-server -p 8088 -w database.json
Run http-server from dist folder and open in the browser.
Type in "Ron" in the input field and hit search.
The DOM should populate all the users that match the input value.
https://github.com/nss-lean-anteaters/nutshell/issues/7
Closes # https://github.com/nss-lean-anteaters/nutshell/issues/7()
Added a new method to search through users and populate the matches into the DOM when searched.
Steps to Test
Run the API server from the api file on src level - json-server -p 8088 -w database.json
Run http-server from dist folder and open in the browser. Type in "Ron" in the input field and hit search. The DOM should populate all the users that match the input value.
Impacted Areas in Application
modified: api/database.json modified: index.html modified: scripts/DOM/Utility/header.js modified: scripts/DOM/Utility/tagBuilder.js deleted: scripts/DOM/friends/addByClick.js modified: scripts/DOM/friends/displayFriends.js modified: scripts/api/apiManager.js modified: scripts/dom/main.js deleted: scripts/tagBuilder.js modified: styles/styles.css added: scripts/DOM/friends/addByClickEvent.js added: scripts/DOM/friends/addByClickInput.js
Definition of Done