top of page

FRIENDS LIST WEBPAGE

This web page takes the information of a "friends" list, adds functions to manipulate the list, and displays the list information. HTML, CSS, and JavaScript were utilized for implementation, the friends list comes from a database, and the web page was formatted through using Bootstrap.

Friends List Webpage: Research
2018-06-05 (6).png

FIND FRIEND BY ID

This tab on the web page allows the user to find a "friend" (list entry) using their ID. If the ID is associated with a "friend" on the list, the rest of the information of the "friend" is given.

2018-06-05 (15).png

UPDATE A FRIEND

This tab on the webpage allows the user to update a "friend" (list entry) by filling out all the credentials of a "friend". Once the form is filled out with the new changes to the "friend", the changes are made and the message "Success!" is given.

2018-06-05 (19).png

DELETE FRIEND BY ID

This tab on the webpage allows the user to delete a "friend" (list entry) by giving the ID associated with that friend. Once the request goes through successfully, the message "Success!" is given.

bottom of page