{"id":51169633,"url":"https://github.com/devalex-full/north","last_synced_at":"2026-06-26T23:03:46.895Z","repository":{"id":367430459,"uuid":"1272890934","full_name":"DevAlex-full/north","owner":"DevAlex-full","description":"Aplicativo pessoal para organização de tarefas, rotina, metas e gestão financeira.","archived":false,"fork":false,"pushed_at":"2026-06-26T01:41:21.000Z","size":441,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T02:05:20.495Z","etag":null,"topics":["expo","finance","nodejs","postgresql","productivity","react-native","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevAlex-full.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T03:00:23.000Z","updated_at":"2026-06-26T01:41:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DevAlex-full/north","commit_stats":null,"previous_names":["devalex-full/north"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/DevAlex-full/north","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlex-full%2Fnorth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlex-full%2Fnorth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlex-full%2Fnorth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlex-full%2Fnorth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevAlex-full","download_url":"https://codeload.github.com/DevAlex-full/north/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlex-full%2Fnorth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34835782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expo","finance","nodejs","postgresql","productivity","react-native","typescript"],"created_at":"2026-06-26T23:03:46.739Z","updated_at":"2026-06-26T23:03:46.890Z","avatar_url":"https://github.com/DevAlex-full.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧭 North — App Mobile\n\nSistema pessoal de organização de rotina, finanças e produtividade.\n\n## 📱 Stack\n\n- **Framework:** React Native + Expo\n- **Linguagem:** TypeScript\n- **Navegação:** Expo Router (file-based)\n- **Estado global:** Zustand\n- **HTTP:** Axios\n- **Storage:** AsyncStorage\n- **Notificações:** Expo Notifications\n\n---\n\n## ⚙️ Pré-requisitos\n\n- Node.js 18+\n- Expo CLI: `npm install -g expo-cli`\n- Android Studio ou dispositivo físico com Expo Go\n- Backend North rodando (local ou Render)\n\n---\n\n## 🛠️ Instalação\n\n```bash\n# 1. Instale as dependências\nnpm install\n\n# 2. Configure o ambiente\ncp .env.example .env\n# Edite o .env com a URL do seu backend\n\n# 3. Inicie o app\nnpx expo start\n\n# 4. Escaneie o QR code com o Expo Go (Android)\n# Ou pressione 'a' para abrir no emulador Android\n```\n\n---\n\n## 🌍 Variáveis de Ambiente\n\n```env\n# Desenvolvimento local\nEXPO_PUBLIC_API_URL=http://SEU_IP_LOCAL:3000/api/v1\n\n# Produção (Render)\nEXPO_PUBLIC_API_URL=https://north-backend.onrender.com/api/v1\n```\n\n\u003e ⚠️ No dispositivo físico, use o IP da sua máquina na rede local,\n\u003e não `localhost`. Ex: `http://192.168.1.100:3000/api/v1`\n\n---\n\n## 📲 Instalação Manual (APK)\n\nPara instalar sem a Play Store:\n\n```bash\n# Instale o EAS CLI\nnpm install -g eas-cli\n\n# Login no Expo\neas login\n\n# Configure o projeto\neas build:configure\n\n# Gere o APK (preview)\neas build --platform android --profile preview\n```\n\nApós o build, baixe o `.apk` e instale manualmente no Android.\n\n---\n\n## 🔐 Credenciais padrão (seed)\n\n```\nEmail: alex@north.app\nSenha: north2024\n```\n\n---\n\n## 🗂️ Estrutura do Projeto\n\n```\napp/\n├── _layout.tsx           # Layout raiz + guard de auth\n├── (auth)/\n│   ├── _layout.tsx\n│   ├── login.tsx\n│   └── register.tsx\n├── (tabs)/\n│   ├── _layout.tsx       # Barra de navegação inferior\n│   ├── dashboard.tsx     # Tela inicial\n│   ├── agenda.tsx        # Tarefas do dia\n│   ├── financeiro.tsx    # Controle financeiro\n│   ├── leads.tsx         # CRM de leads\n│   └── mais.tsx          # Menu secundário\n├── workana.tsx           # Propostas Workana\n├── projetos.tsx          # Gerenciador de projetos\n├── metas.tsx             # Metas 90 dias\n├── empregos.tsx          # Vagas de emprego\n├── conteudo.tsx          # Plano de conteúdo\n└── configuracoes.tsx     # Configurações\n\ncomponents/ui/            # Componentes reutilizáveis\nservices/                 # Chamadas à API\nstores/                   # Estado global (Zustand)\nconstants/                # Tema e design tokens\nutils/                    # Formatação, datas, storage\nhooks/                    # Custom hooks\n```\n\n---\n\n## 📡 Telas disponíveis\n\n| Tela | Descrição |\n|------|-----------|\n| Login / Cadastro | Autenticação |\n| Dashboard | Visão geral do dia |\n| Agenda | Tarefas com checklist |\n| Financeiro | Entradas, saídas, meta Indrive |\n| Leads | CRM de prospecção |\n| Workana | Controle de propostas |\n| Projetos | BarberFlow, LocaMed... |\n| Metas | Objetivos 90 dias |\n| Empregos | Vagas acompanhadas |\n| Conteúdo | Plano editorial |\n| Configurações | Perfil, metas, notificações |\n\n---\n\n## 🎨 Design\n\n- Tema escuro por padrão\n- Paleta: Indigo + Slate\n- Botões grandes (uso com uma mão)\n- Checkboxes visíveis\n- Cores de status intuitivas\n- Mínimo de informação por tela\n\n---\n\n## 🔧 Comandos úteis\n\n```bash\n# Iniciar desenvolvimento\nnpx expo start\n\n# Limpar cache\nnpx expo start --clear\n\n# Build Android (preview APK)\neas build --platform android --profile preview\n\n# Ver logs do dispositivo\nnpx expo start --no-bundler \u0026\u0026 adb logcat\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevalex-full%2Fnorth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevalex-full%2Fnorth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevalex-full%2Fnorth/lists"}