{"id":24500108,"url":"https://github.com/denczo/taskify","last_synced_at":"2026-04-11T07:01:58.045Z","repository":{"id":238705020,"uuid":"756379041","full_name":"denczo/taskify","owner":"denczo","description":"A project management tool to keep track of ongoing tasks","archived":false,"fork":false,"pushed_at":"2024-05-07T17:32:06.000Z","size":1063,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T22:16:57.314Z","etag":null,"topics":["crud","express","reactjs","rest-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denczo.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":"2024-02-12T14:55:32.000Z","updated_at":"2024-05-07T18:32:59.000Z","dependencies_parsed_at":"2024-05-07T16:43:40.739Z","dependency_job_id":"7efd2264-3a6b-4a60-96c0-25311299298c","html_url":"https://github.com/denczo/taskify","commit_stats":null,"previous_names":["denczo/taskify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denczo%2Ftaskify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denczo%2Ftaskify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denczo%2Ftaskify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denczo%2Ftaskify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denczo","download_url":"https://codeload.github.com/denczo/taskify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243696716,"owners_count":20332824,"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":["crud","express","reactjs","rest-api","typescript"],"created_at":"2025-01-21T22:17:00.023Z","updated_at":"2026-04-11T07:01:53.001Z","avatar_url":"https://github.com/denczo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskify \n\nA project management tool to keep track of ongoing tasks. New Tasks can be created, existing ones can be edited and deleted. Each task is assigned to a specific user and also has a due time.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./assets/TaskifyHome.png\" alt=\"drawing\" /\u003e\n\u003cimg src=\"./assets/TaskifyNewTask.png\" alt=\"drawing\"/\u003e\n\u003c/p\u003e\n\n## Server\n\n\n- ExpressJs\n- JSON Server\n\nRun\n````\ncd server\nnpm start\n````\n\n\nThe server provides CRUD endpoints and has two routes which return a json based on the request\n\n`http://localhost:5000/todos`\n````\nGET    /todos\nGET    /todos/1\nPOST   /todos\nPUT    /todos/1\nPATCH  /todos/1\nDELETE /todos/1\n````\n`http://localhost:5000/persons`\n````\nGET    /persons\nGET    /persons/1\nPOST   /persons\nPUT    /persons/1\nPATCH  /persons/1\nDELETE /persons/1\n````\n\n`http://localhost:5000/reset`\nResets the data to its original state\n\n## Client\n- React.js\n- Typescript\n- CSS\n\nRun\n````\ncd client\nnpm start\n````\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenczo%2Ftaskify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenczo%2Ftaskify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenczo%2Ftaskify/lists"}