Quiz app which allows you to quickly set up a quiz by reading in a provided csv file. The file has to be formatted just like the included sampleQuizData.csv. The app contains a sample animation: A cake puzzle which is solved upon answering each of the questions correctly.
The app was scaffolded using the .NET Blazor Webassembly framework and the csv reader was implemented by following the tutorial at https://medium.com/@certosinolab/coding-a-simple-csv-reader-in-c-and-blazor-2b9ee51fbb07.