This is a JavaScript capstone project: A fancy web application based on 2 external APIs with 3 user interfaces that shows food items and have the option to like, comment and order those items. The project is implemented following GitFlow using HTML, CSS, modular JS. Webpack is used as bundler and Jest for Unit testing.
Implement the "add new comment" form on the Comments pop up according to the wireframe:
When the user clicks on the "Comment" button, the data is recorded in the Involvement API and the screen is updated.