porag-m06 / Kanban-Restaurant

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.
https://porag-m06.github.io/Kanban-Restaurant/dist/
MIT License
2 stars 1 forks source link

[4pt] - Create feature: add new comment - Student B #8

Open porag-m06 opened 1 year ago

porag-m06 commented 1 year ago

Implement the "add new comment" form on the Comments pop up according to the wireframe:

Screenshot 2021-06-27 at 22 32 36

When the user clicks on the "Comment" button, the data is recorded in the Involvement API and the screen is updated.