/Project-Shopping-Cart

A simple dynamic web app "shopping cart" that consumes 'Mercado Livre' API, made while learning JavaScript asynchronous functions/test-driven development. | Project made while attending Trybe.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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