Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 857 Bytes

File metadata and controls

26 lines (17 loc) · 857 Bytes

Deploy

Skills

  • Make requests to Mercado Livre Application Programming Programming Interface;
  • Use knowledge about JavaScript, CSS, and HTML;
  • Work with asynchronous functions;
  • Implement unit tests.

What was developed

In this project, we made a dynamic shopping cart! Consuming data directly from an API!. From the acronym application programming interface, an API is a point of contact on the Internet with a certain service. Through ** HTTP requests ** to this API it is possible to interact with it as the one who created it planned. Here, we used the 'Mercado Livre' API to seek products for sale.


How to run:

  1. Install the dependencies and initialize the project.
  • Install dependencies:
  • npm install
  1. Run Cypress
  • npm run cypress:open