{"id":20259717,"url":"https://github.com/an4xdev/trelloclone","last_synced_at":"2026-05-19T10:06:32.370Z","repository":{"id":239642420,"uuid":"799559260","full_name":"an4xdev/TrelloClone","owner":"an4xdev","description":"Project to recreate Trello","archived":false,"fork":false,"pushed_at":"2024-08-09T11:47:21.000Z","size":492,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T04:12:50.963Z","etag":null,"topics":["asp-net-core","blazor","webapp"],"latest_commit_sha":null,"homepage":"","language":"C#","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/an4xdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-05-12T14:03:48.000Z","updated_at":"2024-08-28T20:10:06.000Z","dependencies_parsed_at":"2024-08-04T12:55:48.563Z","dependency_job_id":null,"html_url":"https://github.com/an4xdev/TrelloClone","commit_stats":null,"previous_names":["an4xdev/trelloclone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FTrelloClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FTrelloClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FTrelloClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FTrelloClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/an4xdev","download_url":"https://codeload.github.com/an4xdev/TrelloClone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241720167,"owners_count":20008920,"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":["asp-net-core","blazor","webapp"],"created_at":"2024-11-14T11:16:10.746Z","updated_at":"2026-05-19T10:06:32.338Z","avatar_url":"https://github.com/an4xdev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trello Clone\n\n## Introduction\n\nThis is a project to improve skils with `Blazor` and `ASP.NET Core`.\nThe UI was made using [Blazorise](https://blazorise.com/).\nThe main point of the application will be project planning, just like in the original application.\n\n## Dependencies\n- [Blazorise](https://blazorise.com/) - [The Community Plan/Non-Business License](https://blazorise.com/files/licences/SLA-2023-07.pdf)\n- [Blazor.Notifications](https://github.com/Append-IT/Blazor.Notifications) - MIT\n- [ChartJs.Blazor](https://github.com/mariusmuntean/ChartJs.Blazor) - MIT\n\n## TODO List\n\n- [ ] User:\n  - [x] Adding if there is none in the application.\n  - [ ] Editing\n  - [x] The user can decide whether and when to receive notifications.\n  - [x] The user decides whether to receive notifications today based on whether they are working on projects today. \n- [x] Project:\n  - [x] API:\n    - [x] Adding\n    - [x] Editing\n    - [x] Deleting  \n  - [x] Client:\n    - [x] Adding\n    - [x] Editing\n    - [x] Deleting  \n- [x] Templates:\n  - [x] API:\n    - [x] Adding\n    - [x] Editing\n    - [x] Deleting  \n  - [x] Client:\n    - [x] Adding\n    - [x] Editing\n    - [x] Deleting\n  - [x] Adding new or changing existed after adding column in project view.  \n- [x] Tasks:\n  - [x] API:\n    - [x] Adding\n    - [x] Editing\n    - [x] Deleting\n    - [x] Changing category\n  - [x] Client:\n    - [x] Adding\n    - [x] Editing\n    - [x] Deleting\n    - [x] Changing category\n  - [x] Tags:\n    - [x] API:\n      - [x] Adding\n      - [x] Editing\n      - [x] Deleting\n    - [x] Client:\n      - [x] Adding\n      - [x] Editing \n      - [x] Deleting\n- [x] Notifications\n  - [x] Example notification\n  - [x] Summary notification \n- [x] Summary charts\n  - [x] Example Chart\n  - [x] Charts\n\n## TODO ? list\n\n- [ ] Docker?\n- [ ] Moving to SQLite for better API design portability?\n- [ ] PWA?\n- [ ] Default project?\n  - [ ] Don't show default project in lists?\n  - [ ] Prohibit deleting and modifying the default project?\n  - [ ] Show the default project only when entering a subpage with the project view directly?\n  - [ ] After directly switching to the project view, show the window for adding a new project/after the first change, ask about a new project?\n\n## Requirements for use\n\nIn its current state, the application is in development and it is recommended to run it through the IDE.\n\n### Required components\n\n- .NET 8\n- In [Visual Studio](https://visualstudio.microsoft.com/pl/): `ASP.NET` and web development, or other IDE with the necessary components.\n- SQL Server. For configuration see: [appsettings.json](./Trello.Api/appsettings.json)\n\n### Required operations\n\n- Database Migration via [EntityFramework](https://learn.microsoft.com/en-us/aspnet/entity-framework).\n- Run appliaction as `\u003cMultiple Startup Projects\u003e` in Visual Studio or API and Client projects in other IDEs. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan4xdev%2Ftrelloclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fan4xdev%2Ftrelloclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan4xdev%2Ftrelloclone/lists"}