{"id":27024412,"url":"https://github.com/pripoliveira50/your-feeling-app","last_synced_at":"2026-05-19T14:35:00.636Z","repository":{"id":153993771,"uuid":"631126727","full_name":"pripoliveira50/your-feeling-app","owner":"pripoliveira50","description":"🧠 A lightweight mood tracker app with emoji-based feedback, built with React Native and smooth screen transitions.","archived":false,"fork":false,"pushed_at":"2025-03-26T17:02:33.000Z","size":1401,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T21:20:03.556Z","etag":null,"topics":["axios","emotions","linear-gradient","mobile-app","mood-tracker","mood-tracker-app","react-native","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pripoliveira50.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-04-22T02:41:47.000Z","updated_at":"2025-04-02T01:46:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"7aadb3ac-a16b-4075-a908-1999d33254d8","html_url":"https://github.com/pripoliveira50/your-feeling-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pripoliveira50/your-feeling-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pripoliveira50%2Fyour-feeling-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pripoliveira50%2Fyour-feeling-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pripoliveira50%2Fyour-feeling-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pripoliveira50%2Fyour-feeling-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pripoliveira50","download_url":"https://codeload.github.com/pripoliveira50/your-feeling-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pripoliveira50%2Fyour-feeling-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274759115,"owners_count":25343872,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["axios","emotions","linear-gradient","mobile-app","mood-tracker","mood-tracker-app","react-native","typescript"],"created_at":"2025-04-04T21:19:57.931Z","updated_at":"2026-05-19T14:35:00.603Z","avatar_url":"https://github.com/pripoliveira50.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎭 Your Feeling App\n\n\u003cp align=\"center\"\u003eA simple and expressive mood selection app built with React Native.\u003c/p\u003e\n\n---\n\n## 📖 About the Project\n\n**Your Feeling App** is a mobile application developed with React Native that allows users to select their mood using emoticons. It features a clean UI with navigation between screens based on user interaction, including a modal for success feedback.\n\n---\n\n## 🚀 Technologies Used\n\n- **React Native 0.67.3**\n- **React 17.0.2**\n- **React Navigation (Native Stack)**\n- **Axios**\n- **React Native Linear Gradient**\n- **React Native Splash Screen**\n- **React Native Gesture Handler**\n- **React Native Reanimated**\n- **React Native Safe Area Context**\n- **React Native Ratings**\n- **TypeScript**\n\n---\n\n## 🧠 Architecture \u0026 Technical Decisions\n\n- The project uses **React Navigation** (Native Stack) for lightweight and performant screen transitions.\n- **Global state** is managed with hooks and component props due to the app's small scope.\n- Styling is handled using **StyleSheet** and **Linear Gradient** for visually appealing transitions and screens.\n- A **modular folder structure** ensures separation of concerns between components, screens, services, and global styles.\n- All API interactions are centralized in a single Axios instance under `services/api.ts`.\n- UI feedback is delivered via a custom **success modal**, enhancing UX after key actions.\n- **Splash screen and icon configuration** are manually implemented in Android and iOS native folders.\n- The project uses **TypeScript** for type safety and better developer experience.\n\n---\n\n## 📦 Requirements\n\n- Node.js and Yarn installed\n- Android Studio and/or Xcode configured for React Native\n\n---\n\n## 🧰 Getting Started\n\n### 1️⃣ Clone the repository\n```bash\ngit clone https://github.com/your-username/your-feeling-app.git\ncd your-feeling-app\n```\n\n### 2️⃣ Install dependencies\n```bash\nyarn\n```\n\n### 3️⃣ Install iOS dependencies (macOS only)\n```bash\ncd ios \u0026\u0026 pod install \u0026\u0026 cd ..\n```\n\n### 4️⃣ Run the app\n```bash\nyarn android   # for Android\nyarn ios       # for iOS (macOS only)\n```\n\n---\n\n## 📂 Folder Structure\n\n```\nyour-feeling-app/\n├── __tests__/              # Unit tests\n├── .github/assets/         # App preview for README\n├── android/                # Android native project\n├── ios/                    # iOS native project\n├── src/                    # Application source code\n│   ├── @types/             # Type declarations\n│   ├── components/         # Reusable UI components\n│   ├── global/             # Theme colors and metrics\n│   ├── routes/             # App navigation\n│   ├── screens/            # Screens (Home, Welcome, Rate Feelings)\n│   ├── services/           # API layer (Axios)\n│   └── App.tsx             # App entry point\n├── index.js\n├── tsconfig.json\n├── babel.config.js\n└── README.md\n```\n\n---\n\n## 🧪 Testing\n\nTo run tests:\n```bash\nyarn test\n```\n\n---\n\n## 🖼 Interface Preview\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/assets/app.gif\" width=\"320\" alt=\"App preview\"/\u003e\n\u003c/p\u003e\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n\n---\n\n🚀 Made with ❤️ by [Priscila Oliveira](https://github.com/pripoliveira50/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpripoliveira50%2Fyour-feeling-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpripoliveira50%2Fyour-feeling-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpripoliveira50%2Fyour-feeling-app/lists"}