/go-marketplace-app

GoMarketplace Mobile App, developed with React Native and TypeScript. Rocketseat Bootcamp GoStack 11 - Challenge 8

Primary LanguageTypeScript

GoStack Challenge

Challenge 08: React Native Concepts

🚀 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

💻 Technologies and Concepts used

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

🏁 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