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 Native
- TypeScript
- Routes with
@react-navigation/stack
- Async Storage
- Context API
- Clone this repository:
git clone https://github.com/jairokoning/go-marketplace-app.git
- Go to the project folder and in terminal execute:
yarn
to install dependenciesyarn json-server server.json -p 3333
to start the fake data API- Start your Android emulator
yarn start
to start the app
- Start your Android emulator
- Execute
yarn start
andyarn run react-native run-android
to start the app