/gomarketplace

A mobile cart application.

Primary LanguageTypeScript

GoMarketplace

A mobile cart application.

📺 Preview

👨🏻‍💻 Stack and extensions

  • React native with typescript
  • Axios
  • React navigation
  • Styled components
  • Json server
  • Async storage

💻 Features

  • List products
  • Add products in cart
  • Increment the quantity of a product
  • Decrement the quantity of a product
  • Calculates total cart items
  • Calculates total value of the products
  • Save cart items to memory

💾 How to install

  1. Clone this repository - git clone https://github.com/jfilipe-dev/gomarketplace.git

  2. Install the dependencies - yarn

  3. Start Json server - yarn json-server server.json -p 3333

  4. Run aplication (emulator)

  • android - adb reverse tcp:3333 tcp:3333 yarn android

  • ios - cd ios pod install cd .. yarn ios