The mobile project I developed using react-native during the Omnistack-11 by Rocketseat.The idea of the app is to connect people that want to help NGO's with donations, helping them with their projects.
_________________________________________________________________________________________________________________________________________
This app was created using expo-cli:
- Install npm and expoi cli in your computer
- Clone this repository in the directory you want
- Run expo install or yarn install to get the node_modules
- Download or clone the rocketseat project
- Get the backend folder from the project you downloaded and run npm install
- Inside the backend folder run npm start to run the backend on http://localhost:3333
- Go back to the folder you cloned my repo and go to src/services/api.js
- In this file change the baseUrl IP to your IP (example: http://192.160.0.101:3333)
- Layout on Figma by Rocketseat