About project | Technologies | Getting started
Shopping cart application, wich can increment and decrement items from the cart and able to calculate the quantity of items and the total price.
The aplicattion uses Async Storage to store and load products.
Project developed as a challenge during the GoStack bootcamp by Rocketseat.
Install dependencies
$ yarn
$ yarn json-server server.json -p 3333
Run api service
$ yarn start
$ yarn android / yarn ios