Alejandro-Bernal-M / Capstone-Project-JavaScript

MIT License
0 stars 0 forks source link

Feature/layout #22

Closed Alejandro-Bernal-M closed 1 year ago

Alejandro-Bernal-M commented 1 year ago

Layout implementation

Calling the API

https://github.com/Alejandro-Bernal-M/Capstone-Project-Setup-Kanban/blob/615874f5c25701f133ab773cf1204a65b50bfe71/src/modules/getCars.js#L1-L5

Implementation of a function to construct the cards.

Every card was constructed dynamically using JavaScript and with the data from the API.

https://github.com/Alejandro-Bernal-M/Capstone-Project-Setup-Kanban/blob/615874f5c25701f133ab773cf1204a65b50bfe71/src/modules/cardsConstructor.js#L1-L39

Result.

image