uisendy / Meal-webApp

A capstone Project on javascript.
MIT License
1 stars 0 forks source link

[3pt] - Create feature: add new like - Student A #9

Closed uisendy closed 2 years ago

uisendy commented 2 years ago

When the user clicks on the Like button of an item (on Homepage), the interaction is recorded in the Involvement API and the screen is updated.

uisendy commented 2 years ago

This feature was created by creating a POST method request to the Involvement API to update the API and also create a function to instantly update the State of The DOM until refresh of windows.

SurafelGetachewT commented 2 years ago

Hi @uisendy

You have done great by creating a POST method request to the involvement API.

2

Happy coding