{"id":28485426,"url":"https://github.com/faizansafwan/task-management","last_synced_at":"2025-06-28T05:30:45.393Z","repository":{"id":296174708,"uuid":"990711030","full_name":"faizansafwan/task-management","owner":"faizansafwan","description":"Tick Marker is a lightweight, user-friendly mobile application built with **React Native**, designed to help busy professionals to manage tasks efficiently. It allows users to create, update, delete, and filter tasks by due date and status while maintaining a clean, intuitive UI.","archived":false,"fork":false,"pushed_at":"2025-05-30T17:14:06.000Z","size":394,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T00:11:20.297Z","etag":null,"topics":["cross-platform","expo","external-api","mobile-app","react-native","task-manager"],"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/faizansafwan.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-05-26T14:12:52.000Z","updated_at":"2025-05-30T17:24:55.000Z","dependencies_parsed_at":"2025-05-29T10:45:04.301Z","dependency_job_id":"af3474a8-7ed1-4a20-8cd1-b4cc20879303","html_url":"https://github.com/faizansafwan/task-management","commit_stats":null,"previous_names":["faizansafwan/task-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faizansafwan/task-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faizansafwan%2Ftask-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faizansafwan%2Ftask-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faizansafwan%2Ftask-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faizansafwan%2Ftask-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faizansafwan","download_url":"https://codeload.github.com/faizansafwan/task-management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faizansafwan%2Ftask-management/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262380944,"owners_count":23302128,"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":["cross-platform","expo","external-api","mobile-app","react-native","task-manager"],"created_at":"2025-06-08T00:10:32.140Z","updated_at":"2025-06-28T05:30:45.384Z","avatar_url":"https://github.com/faizansafwan.png","language":"TypeScript","readme":"# Tick Marker v1.0 - Task Management Mobile App\n\nTick Marker is a lightweight, user-friendly mobile application built with **React Native**, designed to help busy professionals like Dr. Nimal manage tasks efficiently. It allows users to create, update, delete, and filter tasks by due date and status while maintaining a clean, intuitive UI.\n\n\n## Features\n\n**Search Tasks**  \nSearch tasks by name.\n\n**Filter Tasks**  \nFilter tasks by:\n  - Status: Pending, Done, Failed\n  - Due Date: Upcoming, Overdue\n\n**Mark Tasks as Done**  \n- Automatically updates task status to **Done** when marked  \n- Tasks not marked 24 hours after due date are marked **Failed**\n\n**Due Date Constraints**  \n- Users can't select past dates for new tasks\n\n**Dark Mode / Light Mode Toggle**\n\n**Settings Screen**  \n- Clear all tasks at once  \n- Enable/Disable Notifications  \n- Toggle app theme  \n\n\n##  API Documentation\n\nBase URL: `https://60a21a08745cd70017576014.mockapi.io/api/v1`\n\n```bash\n   GET /todo  Get all tasks  \n```\n\n```bash\n   POST /todo  Create a new task  \n```\n\n```bash\n   PUT /todo/:id  Update a task   \n```\n\n```bash\n   DELETE  /todo/:id  Delete a task   \n```\n\n**Request Body (POST/PUT):**\n```json\n{\n  \"title\": \"Task title\",\n  \"description\": \"Task description\"\n}\n```\n\n## Technology Used\n\n- React Native\n- Axios for HTTP requests\n- React Native Modal \u0026 DateTimePicker\n- AsyncStorage for theme/notification preferences\n- CSS (StyleSheet) for styling\n\n## Installation \u0026 Setup\n\n1. Clone the repo:\n\n   ```bash\n   git clone https://github.com/faizansafwan/task-management.git\n   cd task-management\n   ```\n\n2. Install dependencies\n\n   ```bash\n   npm install\n   ```\n\n3. Start the app\n\n   ```bash\n   npx expo start\n   ```\n\n## Assumptions\n\n- Tasks must have a title, description, and valid future due date.\n- Tasks not completed within 24 hours of due date are marked as Failed\n- Tasks are managed via an external API, and app updates are reflected live.\n- Light/dark mode and notification settings persist locally using AsyncStorage.\n\n\n\n## Get a fresh project\n\nWhen you're ready, run:\n\n```bash\nnpm run reset-project\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaizansafwan%2Ftask-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaizansafwan%2Ftask-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaizansafwan%2Ftask-management/lists"}