Projeto desenvolvido no módulo de Front-end da Trybe. English below
O objetivo deste projeto foi criar um carrinho de compras totalmente dinâmico! E o melhor: consumindo dados diretamente de uma API! Dado o seu grande número de informações e possibilidades oferecidas, foi usada a a API do Mercado Livre para buscar produtos à venda.
As habilidades utilizadas neste projeto foram:
◉ Fazer requisições a uma API (Application Programming Interface) do Mercado Livre;
◉ Utilizar conhecimentos sobre JavaScript, CSS e HTML;
◉ Trabalhar com funções assíncronas;
◉ Implementar testes unitários;
◉ E por fim, finalizar a compra (simulada) dos itens selecionados.
- CSS;
- HTML;
- JavaScript;
- Jest;
🇬🇧 English here
The objective of this project was to create a fully dynamic **shopping cart**, which consumed data directly from an API. Given the large amount of data and possibilities available, the API chosen was Mercado Livre's to look up products for sale.
The skills tested in this project were:
◉ Making requests to an API;
◉ Using my knowledge on JavaScript, CSS e HTML;
◉ Working with async functions;
◉ Implementing unit tests;
◉ And finally, simulating the purchase of the selected items.
</ details>