StarMindz / Movies-Javascript-Group-Capstone

This is a Movie webapp for checking out latest movies and series. You can like, comment on and reserve a movie. This capstone shows you movies and shows using 3 APIs, one from where we retreive the shows, and the other one Involvement API which stores and deliver comments and likes for each movie and the other for the reserve
3 stars 0 forks source link

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

Open StarMindz opened 2 years ago

StarMindz commented 2 years 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.