EN - English (Versão em Português Brasil aqui)
Project developed during the front-end module of the Trybe full-stack web development course.
A fully dynamic shopping cart has been developed! 🛒
Data was consumed directly from an API! 🤩
An API is a point of contact on the internet with a certain service and in this project the Mercado Livre API was used to search for products for sale. 🏷️
In this project, test-oriented development, the famous TDD, was put into practice, which helps to ensure quality code, understanding the use cases of your application and ensuring that it is working correctly! 🚀
- Search bar
- Loading with error handling in API response
- Removing products from cart
- Price update
- TDD (Test Driven Development)
npm install
- It is necessary to emulate a local server to upload the application, it is recommended to use the Live Server
- With the online server, just upload the index.html file
Terminal
npm test
Graphics Mode
npm run cypress:open