Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel4420/happy-mobile
A proposta do projeto é ajudar quem quer adotar uma criança ou quem quer visitar um orfanato, a localizar e até mesmo marcar uma visita ao orfanato mais proximo de sua região.
https://github.com/gabriel4420/happy-mobile
expo mobile-app nodejs react-hooks react-native-app rocketseat
Last synced: about 2 months ago
JSON representation
A proposta do projeto é ajudar quem quer adotar uma criança ou quem quer visitar um orfanato, a localizar e até mesmo marcar uma visita ao orfanato mais proximo de sua região.
- Host: GitHub
- URL: https://github.com/gabriel4420/happy-mobile
- Owner: Gabriel4420
- Created: 2020-10-20T05:33:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T08:45:37.000Z (about 2 years ago)
- Last Synced: 2023-03-04T04:13:18.713Z (almost 2 years ago)
- Topics: expo, mobile-app, nodejs, react-hooks, react-native-app, rocketseat
- Language: TypeScript
- Homepage: https://gabriel4420.github.io
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚀️ HAPPY MOBILE PROJECT 🚀️
---
![]()
---
# Indice
- :rocket: [Sobre o Projeto](#rocket-sobre-o-projeto)
- 👨💻️ [Tecnogias utilizadas](#%EF%B8%8F-tecnogias-utilizadas)
- 📦️ [Como utilizar o projeto](#%EF%B8%8F-como-utilizar-o-projeto)
---## :rocket: Sobre o Projeto
A proposta do projeto é ajudar quem quer adotar uma criança ou quem quer visitar um orfanato, a localizar e até mesmo marcar uma visita ao orfanato mais proximo de sua região.
---
![]()
---
## 👨💻️ Tecnogias utilizadas
O projeto foi desenvolvido utilizando as seguintes tecnologias:
- [TypeScript](https://www.typescriptlang.org/)
- [NodeJS](https://node.com.br)### Dependências
- [@expo-google-fonts/nunito](https://github.com/expo/google-fonts)
- [@react-native-community/masked-view](https://github.com/react-native-masked-view)
- [@react-navigation/native](https://reactnavigation.org)
- [@react-navigation/stack](https://reactnavigation.org)
- [axios](https://github.com/axios/axios)
- [expo](https://github.com/expo)
- [expo-font](https://docs.expo.io)
- [expo-image-picker](https://docs.expo.io)
- [expo-status-bar](https://docs.expo.io)
- [react](https://reactjs.org)
- [react-dom](https://reactjs.org/docs/react-dom.html)
- [react-native](https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz)
- [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler)
- [react-native-maps](https://github.com/react-native-maps)
- [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
- [react-native-safe-area-context](https://docs.expo.io/versions/latest/sdk/safe-area-context)
- [react-native-screens](https://github.com/software-mansion/react-native-screens)
- [react-native-web](https://react-native.dev)
### Banco de Dados- [SQLite](https://www.sqlite.org/index.html)
### Padronização de código- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- :mouse: [Editor Config](https://editorconfig.org/)### IDE
- [Visual Studio Code](https://code.visualstudio.com/)
---
## 📦️ Como utilizar o projeto
Para copiar o projeto, utilize os comandos:
```bash
# Clonar o repositório
❯ git clone https://github.com/gabriel4420/Happy-Moblie.git# Entrar no diretório backend
❯ cd mobile em um terminal
```
Para instalar as dependências e iniciar o projeto, você pode utilizar o Yarn ou NPM:**Utilizando yarn**
```bash
# Instalar as dependências
❯ yarn# Iniciar o projeto backend
❯ yarn start-dev# Iniciar o projeto mobile
❯ yarn start
```**Utilizando npm**
*PS: Caso utilize o NPM, apaque o arquivo `yarn.lock` para ter todas as dependências instaladas da melhor forma.*
```bash
# Instalar as dependências
❯ npm install# Iniciar o projeto backend
❯ npm start-dev# Iniciar o projeto mobile
❯ npm start
```---
Feito com ❤️ por Gabriel 👋️ Entre em contato!