We will develop an app that can host online exam. It will have the feature to register user, allow the user to log in. Dashboard for creating sample tests. The code is shared in GIT hub repository https://github.com/ SwagatikaGoswami/ OnlineExamApp.git The database is MySQL database. The server is a WEB API .NET Core service that uses entity framework for DB operations. The client is a web assembly blazor application. The password stored in the database is encrypted. Register window is as follows. It checks for the mandatory fields. The log in page is as follows: The admin dashboard after logging in The admin dashboard when new test button is clicked. It uses a Blazor component for adding new test samples.