Skip to content

RuthMaria/gostack-reactNative-fundamentals

Repository files navigation

Logo GoBarber

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

PRs welcome! License License


📚 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


📺 Screen

Logo GoBarber


⚒️ Technologies Used

  • React Native
  • Async Storage
  • Context API


🚀 How to run the project on the Android emulator


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

Terminal 1

yarn json-server server.json -p 3333

Terminal 2

yarn start

Terminal 3

yarn Android
  • Run the tests
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


📝 License

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


Developed with ❤️ by Ruth Maria