https://github.com/bc-fullstack-03/celio-amaral_mobile
Projeto mobile, similar ao desenvolvimento web(front-end) de uma rede social realizado na SysMap Excellence Full Stack Trainee 3ª edição.
https://github.com/bc-fullstack-03/celio-amaral_mobile
axios expo-go jwt-decode phosphor-react-native react-native typescript
Last synced: 3 days ago
JSON representation
Projeto mobile, similar ao desenvolvimento web(front-end) de uma rede social realizado na SysMap Excellence Full Stack Trainee 3ª edição.
- Host: GitHub
- URL: https://github.com/bc-fullstack-03/celio-amaral_mobile
- Owner: bc-fullstack-03
- Created: 2023-06-07T17:50:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T02:41:48.000Z (about 3 years ago)
- Last Synced: 2025-08-24T20:37:51.093Z (10 months ago)
- Topics: axios, expo-go, jwt-decode, phosphor-react-native, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Parrot Social Network(Connect)
- ### Mobile:iphone:
Mobile project, similar to web development ([Front-End](https://github.com/bc-fullstack-03/Celio_Amaral-Frontend)) of a social network carried out in SysMap Excellence Full Stack Trainee 3rd edition.
--> React Native 0.71.8
--> Typescript 4.6.3
--> Other technologies: Expo Cli / Expo Go / JWT (JSON Web Token) Authentication / Axios / React / phosphor-react-native
#### * Running on machine:
Node.js/npm
#### * In Command Prompt install Expo Cli globally:
npm install -g expo-cli
#### * [Back-end](https://github.com/bc-fullstack-03/Celio_Amaral-Backend) Java or [Back-end](https://github.com/CelioAmaral/backend/tree/up) Node.js environment of the project configured and running.
Obs: The api used in the mobile was Node.js.
** Branche: up
```bash
# git clone:
https://github.com/bc-fullstack-03/Celio_Amaral-Mobile.git
```
#### * In mobile directory:
Install mobile dependencies:
npm install
#### * Change the Ipv4 of these two files. With your computer's IPv4:
#### Ipv4_1:
src/services/api.ts

#### Ipv4_2:
src/components/PostItem/index.tsx

#### * start the mobile:
npm run start
```bash
# Access the app using one of these ways:
// Run the project on your own Android or IOS device: Expo Go.
// Run the project through an Android/iOS emulator: Android Studio.
```
### Project:
- Similar to [Front-End](https://github.com/bc-fullstack-03/Celio_Amaral-Frontend)
### Acknowledgment:
SysMap Solutions, Renan, Danilo and Bruno for the opportunity of learning and knowledge in the technologies presented in this Bootcamp (3rd edition). Thanks!
## Author
- [@CelioAmaral](https://github.com/CelioAmaral)