项目作者: RuthMaria

项目描述 :
GoMarketplace adds items to a shopping cart.
高级语言: TypeScript
项目地址: git://github.com/RuthMaria/gostack-reactNative-fundamentals.git



Logo GoBarber


Preview |
Technologies Used |
How to run the project |
How to contribute |
License


PRs welcome!

License

License


:books: About

GoMarketplace features:

  • Lists products from a fake api
  • Adds items to a shopping cart
  • Displays items in the cart
  • Increases the number of items in the cart
  • Decrease the quantity of items in the cart
  • Displays the total value of the items in the cart


:tv: Screen

Logo GoBarber


⚒️ Technologies Used

  • React Native
  • Async Storage
  • Context API


🚀 How to run the project on the Android emulator


  • Clone this repository
  1. git clone https://github.com/RuthMaria/gostack-reactNative-fundamentals
  • Install dependencies
  1. yarn
  • Define the connection port with the emulator
  1. adb reverse tcp:3333 tcp:3333
  • Run the project

Terminal 1

  1. yarn json-server server.json -p 3333

Terminal 2

  1. yarn start

Terminal 3

  1. yarn Android
  • Run the tests
  1. yarn test


🎯 How to contribute

  • Fork this repository,
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature


:memo: License

This project is under the MIT license. See the file LICENSE for more details.



Developed with ❤️ by Ruth Maria