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:
- Install the dependencies and initialize the project.
- Install dependencies:
npm install
- Run Cypress
npm run cypress:open