All Projects → Amine-Smahi → BlazorQuiz

Amine-Smahi / BlazorQuiz

Licence: MIT license
Simple quiz using Blazor.NET and Webassembly

Programming Languages

C#
18002 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to BlazorQuiz

blazor-training-samples
Sample code for the free DevExpress Blazor training course
Stars: ✭ 52 (+23.81%)
Mutual labels:  microsoft, blazor
Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+14335.71%)
Mutual labels:  microsoft, blazor
NanoSoft
A forum system built using plain php dedicated for C#.NET Developers
Stars: ✭ 20 (-52.38%)
Mutual labels:  microsoft
Windows-911
Curated list of FREE emergency resources when you find yourself in the inevitable pickle with Windows. PRs welcome!
Stars: ✭ 24 (-42.86%)
Mutual labels:  microsoft
powerquery-parser
A parser for the Power Query / M formula language, written in TypeScript
Stars: ✭ 79 (+88.1%)
Mutual labels:  microsoft
CodeIndex
A Code Index Searching Tools Based On Lucene.Net
Stars: ✭ 28 (-33.33%)
Mutual labels:  blazor
react-native-msal
MSAL for React Native
Stars: ✭ 62 (+47.62%)
Mutual labels:  microsoft
WinActive
WinActive is a simple KMS Activator for Microsoft Windows/Office/VisualStudio VL Products!
Stars: ✭ 38 (-9.52%)
Mutual labels:  microsoft
FlappyBlazorBird
FlapPyBird transcoded to Blazor
Stars: ✭ 54 (+28.57%)
Mutual labels:  blazor
BingMapsSDSToolkit
This toolkit makes it easy to use the Bing Maps Spatial Data Services (SDS) in .NET
Stars: ✭ 39 (-7.14%)
Mutual labels:  microsoft
react-microsoft-login
Microsoft services authorization with React.
Stars: ✭ 65 (+54.76%)
Mutual labels:  microsoft
libemf2svg
Microsoft (MS) EMF to SVG conversion library
Stars: ✭ 75 (+78.57%)
Mutual labels:  microsoft
powerapps-packagedeployer-template
Enhanced deployment capabilities when deploying with the Power Apps Package Deployer.
Stars: ✭ 18 (-57.14%)
Mutual labels:  microsoft
extensions-dependency-injection
Microsoft Extensions DependencyInjection for WCF, and asp.net classic projects
Stars: ✭ 18 (-57.14%)
Mutual labels:  microsoft
Microsoft365
Manage Microsoft 365 with PowerShell
Stars: ✭ 30 (-28.57%)
Mutual labels:  microsoft
edge-contextMenuSearch
Extension for MS Edge browser to provide search option in context menu for selected text
Stars: ✭ 13 (-69.05%)
Mutual labels:  microsoft
react-blazor
React vs. Blazor side by side.
Stars: ✭ 39 (-7.14%)
Mutual labels:  blazor
ferrisetw
Basically a KrabsETW rip-off written in Rust
Stars: ✭ 22 (-47.62%)
Mutual labels:  microsoft
xp
💻 Windows XP All Editions Universal Product Keys Collection
Stars: ✭ 247 (+488.1%)
Mutual labels:  microsoft
Learn-LTI
Access the Microsoft Learn http://docs.microsoft.com/learn Catalog of Learning Paths and Modules directly from your Learning Management Systems using the Microsoft Learn LTI application
Stars: ✭ 97 (+130.95%)
Mutual labels:  microsoft

BlazorQuiz

Simple quiz using Blazor.NET and Webassembly.

What is Blazor

Blazor is an experimental .NET web framework using C# and HTML that runs in the browser. Blazor runs in all browsers on the real .NET runtime with full support for .NET Standard. Blazor requires no plugins and no code transpilation, only open web standards. it runs on WebAssembly, giving you native performance in the browser and a trusted security sandbox.

The goal

  • To use c# in front-end
  • Learn how to update dom components like javascript does

How to run the project

The steps are very easy you only have to

  • Check if .NET Core sdk installed on your system, you can download it from Here then check if the instalation has gone correctly by typing

    user$ dotnet --version
    user$ 2.1.401 
    
  • Restore the dependencies by typing the commande

    user$ dotnet restore
    
  • Finnaly go and run the app by typing

    user$ dotnet run
    
  • Support me by making a for the repo and thank you :D , If you want to contribute to the project and make it better, your help is very welcome.

Screenshot

image

image

License

        Copyright (c) 2017 Amine Smahi

    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, distribute, sublicense, and/or sell
    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.

    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
    AUTHORS OR COPYRIGHT HOLDERS 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].