{"id":20315108,"url":"https://github.com/hpt-dev/blazortodolist","last_synced_at":"2026-03-05T08:32:01.878Z","repository":{"id":143922379,"uuid":"535145831","full_name":"hpt-dev/BlazorTodoList","owner":"hpt-dev","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-10T23:48:22.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T08:45:59.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/hpt-dev.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":"2022-09-10T23:44:35.000Z","updated_at":"2022-09-10T23:47:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fa2522a-8a20-4ccf-ab38-d44e76a9f3cf","html_url":"https://github.com/hpt-dev/BlazorTodoList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hpt-dev/BlazorTodoList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpt-dev%2FBlazorTodoList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpt-dev%2FBlazorTodoList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpt-dev%2FBlazorTodoList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpt-dev%2FBlazorTodoList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hpt-dev","download_url":"https://codeload.github.com/hpt-dev/BlazorTodoList/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpt-dev%2FBlazorTodoList/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30115935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"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":[],"created_at":"2024-11-14T18:17:57.256Z","updated_at":"2026-03-05T08:32:01.857Z","avatar_url":"https://github.com/hpt-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build an interactive todo list with Blazor and Bootstrap\n\nSource code from this video: https://www.youtube.com/watch?v=YhAxMpOtVQU\n\nIf you have never used Blazor before please check my introduction video for beginners: https://www.youtube.com/watch?v=MhQpGbLxeF0\n\n #dotnet #dotnetprogramming #dotnet6 #programming #csharp #programmingforbeginners #csharp #csharptutorial  #csharpdotnet #aspnetcore #programmingtutorials #blazor #blazorserver #blazorwasm #wasm #webassembly #todolist  \n\n▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬\n0:00 - Introduction, create a new Project\n0:48 - Adding a new page\n1:20 - Creating a List and rendering on the page\n3:18 - Adding items to the todo list (input and button)\n7:37 - Deleting items from the list\n9:14 - Using bootstrap to improve the page\n15:43 - Outro\n\n ▬ Source Code (Github)  ▬▬▬▬▬▬▬▬▬▬\n\n ▬ Helpful Notes  ▬▬▬▬▬▬▬▬▬▬\nBlazor Home Page - Find out more \nhttps://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor  \n\nVisual Studios Download Page  \nhttps://dotnet.microsoft.com/en-us/platform/tools  \n\nHTML Tutorial  \nBasic 30min tutorial: https://html.com/  \nDetailed tutorial if you want to learn more: https://www.w3schools.com/html/  \n\nBootstrap Tutorial  \nBootstrap is a library that comes preinstalled with Blazor and has lots of high quality, well designed components like buttons, text boxes, dropdown menus etc that you can use in your project. \n \nTutorial: https://dev.to/kemystra/day-1-bootstrap-basics-2i49  \nOfficial Documentation: https://getbootstrap.com/docs/5.2/getting-started/introduction/\n\n\nIn this tutorial we'll learn how to create a todo list with Blazor and improve the page using Bootstrap.\n\nIf you have never used Blazor before please check my introduction video for beginners: https://www.youtube.com/watch?v=MhQpGbLxeF0\n\n #dotnet #dotnetprogramming #dotnet6 #programming #csharp #programmingforbeginners #csharp #csharptutorial  #csharpdotnet #aspnetcore #programmingtutorials #blazor #blazorserver #blazorwasm #wasm #webassembly #todolist  \n\n▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬\n0:00 - Introduction, create a new Project\n0:48 - Adding a new page\n1:20 - Creating a List and rendering on the page\n3:18 - Adding items to the todo list (input and button)\n7:37 - Deleting items from the list\n9:14 - Using bootstrap to improve the page\n15:43 - Outro\n\n ▬ Source Code (Github)  ▬▬▬▬▬▬▬▬▬▬\n\n ▬ Helpful Notes  ▬▬▬▬▬▬▬▬▬▬\nBlazor Home Page - Find out more \nhttps://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor  \n\nVisual Studios Download Page  \nhttps://dotnet.microsoft.com/en-us/platform/tools  \n\nHTML Tutorial  \nBasic 30min tutorial: https://html.com/  \nDetailed tutorial if you want to learn more: https://www.w3schools.com/html/  \n\nBootstrap Tutorial  \nBootstrap is a library that comes preinstalled with Blazor and has lots of high quality, well designed components like buttons, text boxes, dropdown menus etc that you can use in your project. \n \nTutorial: https://dev.to/kemystra/day-1-bootstrap-basics-2i49  \nOfficial Documentation: https://getbootstrap.com/docs/5.2/getting-started/introduction/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpt-dev%2Fblazortodolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhpt-dev%2Fblazortodolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpt-dev%2Fblazortodolist/lists"}