/fundamentos-react-native

πŸš€ Testing some React Native fundamentals.

Primary LanguageTypeScript

React Native Fundamentals

πŸš€ Testing some React Native fundamentals.

GitHub top language GitHub language count

Technologies   |    Project   |    How to contribute   |    License


πŸš€ Tecnologias

This project was developed with the following technologies:

Dependencies

Mobile

Development Dependencies

πŸ’» Project

Creating an application that simulates a market place. In this application it was possible to use basic fundamentals of React Native.

We can also select the items available for sale, add or remove items and check the total value of the order.

Go-Marketplace

πŸ›  Using a fake API

So that you can see the application working, first of all, a fake API must be used to provide you with the data.

For that, I left installed in package.json a dependency called json-server, and a file called server.json that contains the data for a / products route. To run this server you can run the following command:

  yarn json-server server.json -p 3333

πŸ€” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b <i>minha-feature</i>;
  • Commit your changes: git commit -m 'feat: Minha nova feature';
  • Push to your branch: git push origin minha-feature.

After merging your receipt request to done, you can delete a branch from yours.