vflorin1995 / Foodie

This is JavaScript capstone project is about building your own web application based on an external API. The webapp consist of two user interfaces. It has a home page with cards and popup window with detail of given cards. User can also add comments and view comments on popup window. In the project the third party API Server is used TheMealDB
https://vflorin1995.github.io/API-based-webapp/dist/
MIT License
3 stars 1 forks source link

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

Open vflorin1995 opened 2 years ago

vflorin1995 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.