lkotlarenko / 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.

Home Page:https://lkotlarenko.github.io/Project-Shopping-Cart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://lkotlarenko.github.io/Project-Shopping-Cart/

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:CSS 0.1%