{"id":29195847,"url":"https://github.com/guildofcalamity/todowebapp","last_synced_at":"2025-07-02T05:06:30.753Z","repository":{"id":301767961,"uuid":"1010247335","full_name":"GuildOfCalamity/TodoWebApp","owner":"GuildOfCalamity","description":"A simple ToDo List web application utilizing ASP.NET Core, Bootstrap, SQL and EntityFramework.","archived":false,"fork":false,"pushed_at":"2025-06-28T17:26:12.000Z","size":2615,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T18:35:21.801Z","etag":null,"topics":["asp-net-core","csharp","cshtml","razor","sql","webapp"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/GuildOfCalamity.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}},"created_at":"2025-06-28T17:02:02.000Z","updated_at":"2025-06-28T17:26:15.000Z","dependencies_parsed_at":"2025-06-28T18:47:07.245Z","dependency_job_id":null,"html_url":"https://github.com/GuildOfCalamity/TodoWebApp","commit_stats":null,"previous_names":["guildofcalamity/todowebapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GuildOfCalamity/TodoWebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FTodoWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FTodoWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FTodoWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FTodoWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuildOfCalamity","download_url":"https://codeload.github.com/GuildOfCalamity/TodoWebApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FTodoWebApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263077629,"owners_count":23410167,"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","csharp","cshtml","razor","sql","webapp"],"created_at":"2025-07-02T05:06:29.951Z","updated_at":"2025-07-02T05:06:30.745Z","avatar_url":"https://github.com/GuildOfCalamity.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 💻 TodoWebApp - ASP.NET\r\n\r\n![Icon](./Documentation/AppIcon.png)\r\n\r\n## 📝 v1.0.0.0 - July 2025\r\n\r\n**Dependencies**\r\n\r\n| Assembly | Version |\r\n| ---- | ---- |\r\n| NET Core | 9.0.6 |\r\n| ASP.NET Core | 9.0.6 |\r\n| Microsoft.Entity Framework | 9.0.6 |\r\n| Microsoft.EntityFrameworkCore.Design | 9.0.6 |\r\n| Microsoft.EntityFrameworkCore.InMemory | 9.0.6 |\r\n| Microsoft.EntityFrameworkCore.SqlServer | 9.0.6 |\r\n\r\n## 📰 Description\r\n- A simple **ToDo List** web application utilizing [ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet), [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/introduction) and [Entity Framework](https://learn.microsoft.com/en-us/aspnet/entity-framework).\r\n- Basic features include validation techniques for the data entry, a warning icon that appears when an item is past due, the ability to sort by date added or due date, ability to search items, sticky toolbar, item details tooltip on hover, and custom Bootstrap/CSS properties.\r\n- The **Entity Framework** in this project explores the basic **CRUD** model.\r\n    - `Index.cshtml` - Displays the list of **ToDo** items, with sorting.\r\n\t- `Create.cshtml` - Allows the user to add a new **ToDo** item.\r\n\t- `Edit.cshtml` - Allows the user to edit an existing **ToDo** item.\r\n\t- `Delete.cshtml` - Allows the user to delete an existing **ToDo** item.\r\n\r\n## 🎛️ First Run\r\n\r\n- First setup the database by running the following commands in the **Package Manager Console**:\r\n\r\n```bash\r\nPM\u003e dotnet tool install --global dotnet-ef\r\nPM\u003e dotnet ef migrations add InitialCreate\r\nPM\u003e dotnet ef database update\r\n```\r\n\r\n- Then launch the application using **VisualStudio** or the following command:\r\n\r\n\t- `C:\\\u003e TodoWebApp --port=5050`\r\n\r\n\t- `PS\u003e .\\TodoWebApp --port=5050`\r\n\r\n- If no port is specified, then the application will use the routes specified in the `appsettings.json` file.\r\n\r\n- I've provided additional details in the `/Documentation` folder.\r\n\r\n## 📷 Screenshots\r\n\r\n![Main](./Documentation/Screenshot3.png)\r\n\r\n![Search](./Documentation/Screenshot4.png)\r\n\r\n![Tooltip](./Documentation/Screenshot5.png)\r\n\r\n![Edit](./Documentation/Screenshot6.png)\r\n\r\n## 🧾 License/Warranty\r\n* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n* The software is provided \"as is\", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the author or copyright holder be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.\r\n* Copyright © 2025. All rights reserved.\r\n\r\n## 📋 Proofing\r\n* This application was compiled and tested using *VisualStudio* 2022 on *Windows 10/11* versions **22H2**, **21H2**, **21H1**, and **23H2**.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Ftodowebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguildofcalamity%2Ftodowebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Ftodowebapp/lists"}