{"id":28318579,"url":"https://github.com/fioravante-dev/rnexpenseapp","last_synced_at":"2026-05-05T22:41:06.328Z","repository":{"id":282490040,"uuid":"947486920","full_name":"fioravante-dev/RNexpenseApp","owner":"fioravante-dev","description":"💰 ExpensesApp - Aplicativo de gerenciamento de despesas em React Native  ","archived":false,"fork":false,"pushed_at":"2025-04-27T16:49:26.000Z","size":347,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T16:16:38.690Z","etag":null,"topics":["context-api","crud-app","demo-app","educational-project","expense-tracker","firebase","firestore","javascript","mobile-development","react-native","react-navigation","state-management"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fioravante-dev.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}},"created_at":"2025-03-12T19:06:20.000Z","updated_at":"2025-04-27T16:49:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5133ea6-f2da-4d79-996a-db42085cbd95","html_url":"https://github.com/fioravante-dev/RNexpenseApp","commit_stats":null,"previous_names":["pedester321/rnexpenseapp","fioravante-dev/rnexpenseapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fioravante-dev/RNexpenseApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fioravante-dev%2FRNexpenseApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fioravante-dev%2FRNexpenseApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fioravante-dev%2FRNexpenseApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fioravante-dev%2FRNexpenseApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fioravante-dev","download_url":"https://codeload.github.com/fioravante-dev/RNexpenseApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fioravante-dev%2FRNexpenseApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261733753,"owners_count":23201711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["context-api","crud-app","demo-app","educational-project","expense-tracker","firebase","firestore","javascript","mobile-development","react-native","react-navigation","state-management"],"created_at":"2025-05-25T08:11:05.400Z","updated_at":"2026-05-05T22:41:01.308Z","avatar_url":"https://github.com/fioravante-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExpensesApp 💰\n\n[![Licença](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![React Native](https://img.shields.io/badge/React%20Native-v0.72.0-blue)](https://reactnative.dev/)\n[![Firebase](https://img.shields.io/badge/Firebase-Cloud%20Firestore-orange)](https://firebase.google.com/)\n\nAplicativo demonstrativo de gerenciamento de despesas pessoais criado para explorar a integração entre:  \n✅ **Sistemas de navegação** (Stack e Tab Navigation)  \n✅ **Gerenciamento de estado** (Context API)  \n✅ **Banco de dados em tempo real** (Firebase Firestore)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/tela2.png\" width=\"200\" alt=\"Lista de despesas\"/\u003e\n  \u003cimg src=\"screenshots/tela1.png\" width=\"200\" alt=\"Adicionar despesa\"/\u003e  \n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/tela3.png\" width=\"200\" alt=\"Lista de despesas\"/\u003e\n  \u003cimg src=\"screenshots/tela4.png\" width=\"200\" alt=\"Adicionar despesa\"/\u003e  \n\u003c/p\u003e\n\n## ✨ Funcionalidades\n\n- **Sistemas de navegação**:\n  - Stack Navigation (fluxo principal)\n  - Bottom Tab Navigation (navegação por abas)\n  \n- **Gerenciamento financeiro**:\n  - Registro de despesas com data e valor\n  - Visualização por períodos\n\n- **Tecnologias avançadas**:\n  - Integração com Firebase Firestore\n  - Autenticação de usuários\n  - Context API para estado global\n\n## 🛠 Tecnologias Utilizadas\n\n- React Native\n- React Navigation\n  - @react-navigation/native\n  - @react-navigation/native-stack\n  - @react-navigation/bottom-tabs\n- Firebase\n  - Firestore (banco de dados)\n- Context API\n- Axios\n\n## 🔐 Variáveis de Ambiente\n\nCrie um arquivo `.env` na raiz do projeto:\n\n```env\nBACKEND_URL=sua_url_do_firebase_aqui\n```\n\n## 🚀 Como Executar\n\n1. Clone o repositório:\n\n```bash\ngit clone https://github.com/fioravante-dev/RNexpenseApp\ncd expensesApp\n```\n\n2. Instale as dependências:\n\n```bash\nnpm install\n```\n\n3. Inicie o aplicativo:\n\n```bash\nnpm start\n```\n\nOu, se estiver usando Expo:\n\n```bash\nexpo start\n```\n\n4. Escaneie o QR Code com o aplicativo Expo Go no celular ou use um emulador.\n\n## 📝 Licença\n\nEste projeto está licenciado sob a licença MIT.\n\n---\n\nDesenvolvido por Pedro Castro como parte do curso **React Native - The Practical Guide** na Udemy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffioravante-dev%2Frnexpenseapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffioravante-dev%2Frnexpenseapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffioravante-dev%2Frnexpenseapp/lists"}