{"id":25667379,"url":"https://github.com/schaveyt/quiztime","last_synced_at":"2026-05-17T03:02:17.590Z","repository":{"id":54966276,"uuid":"329225377","full_name":"schaveyt/quiztime","owner":"schaveyt","description":"A quiz game for all topics and all ages","archived":false,"fork":false,"pushed_at":"2021-01-20T01:04:04.000Z","size":193,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-12-08T10:37:14.338Z","etag":null,"topics":["blazorwasm","jamstack","net5","tailwindcss"],"latest_commit_sha":null,"homepage":"","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/schaveyt.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}},"created_at":"2021-01-13T07:19:19.000Z","updated_at":"2023-12-08T10:37:14.340Z","dependencies_parsed_at":"2022-08-14T07:40:20.416Z","dependency_job_id":null,"html_url":"https://github.com/schaveyt/quiztime","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schaveyt%2Fquiztime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schaveyt%2Fquiztime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schaveyt%2Fquiztime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schaveyt%2Fquiztime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schaveyt","download_url":"https://codeload.github.com/schaveyt/quiztime/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240455468,"owners_count":19804203,"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":["blazorwasm","jamstack","net5","tailwindcss"],"created_at":"2025-02-24T09:34:07.854Z","updated_at":"2026-05-17T03:02:17.528Z","avatar_url":"https://github.com/schaveyt.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuizTime!\n\nQuizTime was created from the fun my wife and kids have quizing each other random trivia questions at dinnertime. \n\n__Features:__\n\n- Group Play for all skill levels\n- Add and manage set of quiz questions\n\n## Tech Stack\n\n| Layer/Feature               | Tech                | Platform Version | Notes                                  |\n| --------------------------- | ------------------- | ---------------- | -------------------------------------- |\n| Web Client                  | Blazor Web Assembly | .NET 5.0         | n/a                                    |\n| Web Client State Management | Blazor State        | .NET 5.0         | n/a                                    |\n| Web Client Styling          | tailwindcss v2.0    | n/a              | n/a                                    |\n| Data API                    | [FeatherHTTP](https://github.com/featherhttp/tutorial) | .NET Core 3.1    | Loads csv file of question into memory |\n| Data Storage                | CSV                 | n/a              | Stores the quiz questions to disk      |\n\n\n## Prerequisites\n\n- .NET 5 SDK\n\n## Install your dev certificates for your localhost\n\n~~~\ndotnet dev-certs https --trust\n~~~\n\n## Operating In Your Home Network\n\n## Run the API\n\n~~~bash\ncd QuizTime.Api.Rest\ndotnet watch run\n~~~\n\n\u003eNOTE: The API operates at https://0.0.0.0:3000. The `0.0.0.0` allows for any client ipaddr to be accepted.\n\n## Run the Blazor Wasm Client\n\n1. Edit QuizTime.Client.BlazorWasm/wwwroot/appsettings.json and replace the ipaddress with that of your hosting machine\n\n    ~~~json\n    {\n        \"apiUrl\": \"http://{your-machine-ipaddress}:3000\"\n    }\n    ~~~\n\n1. Build and run the client\n    ~~~bash\n    cd QuizTime.Client.BlazorWasm\n    dotnet watch run\n    ~~~\n\n\u003eNOTE: This spawns a local webserver to server the webapp to clients on your network at https://0.0.0.0:5001.\n\n## Play QuizTime!\n\n1. Open the web browser from any device on your network (i.e. Desktop, Laptop, Smartphone, Tablet, Chromebook, etc)\n2. Open the URL http://(the-ipaddress-of-the-machine-serving-the-webapp):5000 (e.g. http://192.168.0.12:5000)\n3. One should see the webapp loading and operational.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschaveyt%2Fquiztime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschaveyt%2Fquiztime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschaveyt%2Fquiztime/lists"}