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