{"id":24999006,"url":"https://github.com/mohdraza216/task-tracker","last_synced_at":"2026-04-08T11:32:17.899Z","repository":{"id":264434307,"uuid":"893364495","full_name":"MohdRaza216/Task-Tracker","owner":"MohdRaza216","description":" A React-based Task Tracker App to manage tasks efficiently. Features include adding, viewing, deleting, and toggling reminders for tasks. Uses useState, useEffect, and React Router for functionality, with a JSON Server backend for local data storage and CRUD operations. Ideal for learning React fundamentals and building dynamic web apps.","archived":false,"fork":false,"pushed_at":"2024-11-26T07:51:49.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:22:18.918Z","etag":null,"topics":["css3","curd-application","html5","javascript","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://task-tracker-phi-nine.vercel.app","language":"JavaScript","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/MohdRaza216.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-24T08:41:49.000Z","updated_at":"2024-11-26T07:51:52.000Z","dependencies_parsed_at":"2024-11-24T12:17:50.964Z","dependency_job_id":null,"html_url":"https://github.com/MohdRaza216/Task-Tracker","commit_stats":null,"previous_names":["mohdraza216/task-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MohdRaza216/Task-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FTask-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FTask-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FTask-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FTask-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohdRaza216","download_url":"https://codeload.github.com/MohdRaza216/Task-Tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FTask-Tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css3","curd-application","html5","javascript","nodejs","reactjs"],"created_at":"2025-02-04T18:52:46.219Z","updated_at":"2026-04-08T11:32:17.855Z","avatar_url":"https://github.com/MohdRaza216.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Tracker App\n\nTask Tracker is a simple React-based application for managing tasks. It allows users to add, delete, and toggle reminders for tasks. It uses a mock backend powered by JSON Server for data storage and retrieval.\n\n## Features\n\n- Add new tasks with a reminder option.\n- Delete existing tasks.\n- Toggle task reminders with a double-click.\n- Navigate to an About page.\n\n## Tech Stack\n\n- **Frontend**: React.js\n- **Mock Backend**: JSON Server\n- **Styling**: CSS\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/MohdRaza216/Task-Tracker.git\n   cd Task-Tracker\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the React development server:\n   ```bash\n   npm start\n   ```\n\n4. Start the JSON Server (on port 5000):\n   ```bash\n   npm run server\n   ```\n\n## Usage\n\n1. Open your browser and navigate to:\n   ```\n   http://localhost:3000\n   ```\n\n2. Use the UI to:\n   - Add tasks using the \"Add\" button.\n   - View the list of tasks.\n   - Double-click on a task to toggle its reminder.\n   - Delete tasks using the delete icon.\n\n## File Structure\n\n```\nsrc/\n├── components/\n│   ├── Header.js\n│   ├── Tasks.js\n│   ├── Task.js\n│   ├── AddTask.js\n│   └── Footer.js\n├── App.js\n├── index.js\n└── db.json\n```\n\n- **`components/`**: Contains reusable React components.\n- **`db.json`**: The mock database for tasks.\n\n## Dependencies\n\n- React Router: For navigation\n- JSON Server: For mock backend\n- React Icons: For icons like the delete button\n\n## License\n\nThis project is open-source and available under the [MIT License](LICENSE).\n\n## Contributing\n\nFeel free to fork the repository, make improvements, and submit pull requests. Contributions are welcome!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdraza216%2Ftask-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohdraza216%2Ftask-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdraza216%2Ftask-tracker/lists"}