jfilipe-dev / gomarketplace

A mobile cart application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A mobile cart application.


Languages

Language:TypeScript 61.0%Language:Java 12.8%Language:Ruby 11.1%Language:Objective-C 9.1%Language:JavaScript 4.8%Language:Starlark 1.2%