{"id":26493214,"url":"https://github.com/macpli/task-todoapp","last_synced_at":"2025-03-20T09:51:40.581Z","repository":{"id":281874023,"uuid":"946720341","full_name":"macpli/task-todoapp","owner":"macpli","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T15:47:03.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T16:28:16.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/macpli.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}},"created_at":"2025-03-11T15:16:51.000Z","updated_at":"2025-03-11T15:47:06.000Z","dependencies_parsed_at":"2025-03-11T16:28:27.740Z","dependency_job_id":"11ab0bdf-dfc6-470a-9e3f-89c00baf876e","html_url":"https://github.com/macpli/task-todoapp","commit_stats":null,"previous_names":["macpli/task-todoapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macpli%2Ftask-todoapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macpli%2Ftask-todoapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macpli%2Ftask-todoapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macpli%2Ftask-todoapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macpli","download_url":"https://codeload.github.com/macpli/task-todoapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244591500,"owners_count":20477709,"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":[],"created_at":"2025-03-20T09:51:40.102Z","updated_at":"2025-03-20T09:51:40.573Z","avatar_url":"https://github.com/macpli.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Solution to the assignment\nI have created the TODO List application with all the required CRUD functionalities and written tests for them.\n\n## Frontend\nI've used the provided template and created a simple client UI with tailwindcss and some lucid icons. \n\nYou can:\n- view tasks\n- create tasks\n- rename tasks ( by clicking on the text )\n- delete tasks\n- change state from completed to not completed\n\n## Backend\nI have chosen to go with the simple route of using in-memory storage.\nFolders: Controllers, Models, Repositories have been created for better project organisation.\nAll required CRUD operations have been implemented and tested using xUnit.\n\n# TodoList Assignment  \n\nBuild a **TODO list application** with a **React frontend** and a **C# backend API**.  \n\nWrite an **integration test** using xUnit on the backend to verify that all **CRUD (Create, Read, Update, Delete)** operations work correctly.  \n\n## Instructions  \n\n1. **Clone this repository**, make the necessary updates, and push your changes to your **GitHub account**.  \n2. Implement both the **frontend** and **backend** as described below.  \n\n## Frontend  \n\n- Start from provided **empty React app**, created using [React’s official guide](https://react.dev/learn/creating-a-react-app).  \n- Design and implement a **TODO list UI** that allows users to:  \n  - **Add** new items  \n  - **Rename** existing items  \n  - **Remove** items  \n- The frontend **must communicate with the backend API** for all CRUD operations.  \n\n## Backend  \n\n- Start from provided **empty C# Web API project** along with an **empty xUnit test project**.  \n- Use any **persistence method** of your choice:  \n  - **Relational DB**, **document DB**, **filesystem**, or **in-memory storage**.  \n- Implement **CRUD endpoints** for managing TODO items.  \n- Write **integration tests** in xUnit that call the real API endpoints to validate that all CRUD operations work correctly.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpli%2Ftask-todoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacpli%2Ftask-todoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpli%2Ftask-todoapp/lists"}