Piercel2022 / Zoo-Animals

Zoo-Animals is the a API-based webapp capstone project at the of the second module about the javascript language. In this project, we are receiving data from the Zoo-API . There is also an involvement API we use on the project to display likes. The animals are showing up randomly on the page every time the page is refresh.
https://piercel2022.github.io/Zoo-Animals/dist/
MIT License
6 stars 1 forks source link

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

Open Piercel2022 opened 2 years ago

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