Technologies | Project | How to contribute | License
This project was developed with the following technologies:
- @babel/core
- @babel/runtime
- @react-native-community/eslint-config
- babel-jest
- eslint
- jest
- metro-react-native-babel-preset
- react-test-renderer
Creating an application in React Native, mobile, which will store repositories in your portfolio. Use the project "Node.Js concepts" as the back-end of the application.
- 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.
This project is under the MIT license.