GoMarketplace Mobile App, developed with React Native and TypeScript. Rocketseat Bootcamp GoStack 11 - Challenge 8
In this challenge, I developed the GoMarketplace, a mobile application with React Native to train the concepts learned during the Bootcamp GoStack 11 promoted by Rocketseat!
This application shows a list of items coming from a fake data API and allows add products to the Cart and increment/decrement product quantity . More info about the challenge you can find here
@react-navigation/stack
git clone https://github.com/jairokoning/go-marketplace-app.git
yarn
to install dependenciesyarn json-server server.json -p 3333
to start the fake data APIyarn start
to start the appyarn start
and yarn run react-native run-android
to start the app