Alejandro-Bernal-M / Capstone-Project-JavaScript

MIT License
0 stars 0 forks source link

Counters #25

Closed Alejandro-Bernal-M closed 1 year ago

Alejandro-Bernal-M commented 1 year ago

Counters

A function to count all the cars displayed on the web page was implemented.

https://github.com/Alejandro-Bernal-M/Capstone-Project-Setup-Kanban/blob/11fbdd3f9a8ef83448ac7b893fa3d93bdead0ba5/src/modules/counterForAllCards.js#L1-L8

A function to count all the likes on the cars was implemented.

https://github.com/Alejandro-Bernal-M/Capstone-Project-Setup-Kanban/blob/11fbdd3f9a8ef83448ac7b893fa3d93bdead0ba5/src/modules/counterForAllLikes.js#L1-L12

Result:

image