{"id":30697467,"url":"https://github.com/tanmayvaij/my-tasks","last_synced_at":"2025-10-10T12:34:19.083Z","repository":{"id":297978121,"uuid":"998473264","full_name":"tanmayvaij/my-tasks","owner":"tanmayvaij","description":"This is a simple React Native task management app built using Expo. Users can:  Add tasks. Mark tasks as completed or incomplete. Update tasks. Receive a notification reminder every 1 minute (until the task is marked completed). Delete tasks","archived":false,"fork":false,"pushed_at":"2025-06-08T17:26:18.000Z","size":274,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T09:13:14.149Z","etag":null,"topics":["expo","expo-notification","expo-notifications","notifications","react","react-native","reactjs","tasks","tasks-list","todoapp","todolist"],"latest_commit_sha":null,"homepage":"","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/tanmayvaij.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}},"created_at":"2025-06-08T17:23:17.000Z","updated_at":"2025-06-22T15:09:53.000Z","dependencies_parsed_at":"2025-06-08T18:39:29.886Z","dependency_job_id":null,"html_url":"https://github.com/tanmayvaij/my-tasks","commit_stats":null,"previous_names":["tanmayvaij/my-tasks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanmayvaij/my-tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fmy-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fmy-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fmy-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fmy-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanmayvaij","download_url":"https://codeload.github.com/tanmayvaij/my-tasks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fmy-tasks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003897,"owners_count":26083641,"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-10-10T02:00:06.843Z","response_time":62,"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","expo-notification","expo-notifications","notifications","react","react-native","reactjs","tasks","tasks-list","todoapp","todolist"],"created_at":"2025-09-02T09:09:49.720Z","updated_at":"2025-10-10T12:34:19.047Z","avatar_url":"https://github.com/tanmayvaij.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n---\n\n# 'My Tasks' App\n\n## Description\n\nThis is a simple React Native task management app built using Expo. Users can:\n- Add tasks\n- Mark tasks as completed or incomplete\n- Update tasks\n- Receive a notification reminder every 1 minute (until the task is marked completed)\n- Delete tasks\n\nThe app uses the Expo Notifications API to remind users about incomplete tasks.\n\n---\n\n## Setup and Running the App\n\n**Clone the Repository:**\n```bash\ngit clone https://github.com/tanmayvaij/my-tasks\ncd my-tasks\n````\n\n**Install Dependencies:**\n\n```bash\nyarn\n```\n\n**Start the Development Server:**\n\n```bash\nyarn start\n```\n\n**Run on Your Device:**\n\n* Download the **Expo Go** app from the App Store or Google Play Store.\n* Scan the QR code shown in your terminal or on your browser window after running `yarn start`.\n\n---\n\n## Design Choices and Challenges\n\n* **Manual Notification Rescheduling:**\n  Expo’s repeating notifications with seconds-based triggers are inconsistent across iOS and Android. To overcome this, I opted to **manually reschedule notifications** each time a task is toggled incomplete, ensuring consistent reminders every 1 minute regardless of platform.\n\n* **State Management:**\n  Instead of using a complex state management library, I leveraged **React Context API** with `useState` to manage tasks globally, keeping the app lightweight and easy to maintain.\n\n* **UX Considerations:**\n  I added **strike-through styling** to completed tasks and included a **delete button** for easy task management.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Fmy-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmayvaij%2Fmy-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Fmy-tasks/lists"}