LIVE: https://interview.pindej.cz/
This repository is an implementation of a web application written in Blazor WebAssembly. The app is meant to make company interviews easier, as it generates a random set of questions from provided dataset. The interviewer then doesn't have to think about what to ask about on the spot, but is rather guided, while it allows him to provide the feedback to managers or internal HR systems with ease.
The current feature set includes:
- answer rating
- notetaking
- question hotswap
- exporting rated and noted questions
- .NET 6 SDK
- Blazor WebAssembly
- MudBlazor
- FontAwesome
- Bootstrap
In order to setup and run the project, You need to run at least .NET 6 SDK
From \src\Server
use terminal to run this command:
dotnet watch run debug
Contributions are very welcome! If You want to contribute, fork this repository, lookup an issue You'd like to be assigned to, write us there and open a pull request.
Whenever You see something You could improve, just open the pull request directly and our maintainers will look at it as soon as they can. 😊