mikemtzp / PokemonAPI

This web app displays the first generation Pokémon gotten from the RESTful Pokémon API in which you can like your favorites. It also allows you to see further information about each Pokémon and leave a comment. All data is recorded thanks to the Involvement API service. Built with Javascript.
MIT License
1 stars 1 forks source link

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

Open mikemtzp opened 2 years ago

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

mikemtzp commented 2 years ago

https://github.com/mikemtzp/PokemonAPI/pull/24