项目作者: jairokoning

项目描述 :
GoMarketplace Mobile App, developed with React Native and TypeScript. Rocketseat Bootcamp GoStack 11 - Challenge 8
高级语言: TypeScript
项目地址: git://github.com/jairokoning/go-marketplace-app.git
创建时间: 2020-07-25T22:27:12Z
项目社区:https://github.com/jairokoning/go-marketplace-app

开源协议:

下载



GoStack Challenge


Challenge 08: React Native Concepts

:rocket: About the challenge

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

:computer: Technologies and Concepts used

  • React Native
  • TypeScript
  • Routes with @react-navigation/stack
  • Async Storage
  • Context API

:checkered_flag: Installation

  • 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 dependencies
    • yarn 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 and yarn run react-native run-android to start the app