ASP.net Razor app for Managing Bugs:
- View Bugs
- Create Bugs and Assign people to the bugs
- Delete Bugs
- View Assignees
- Create Assignees
- Delete Assignees
Run with WebAssemblyHost to allow for local running/debugging. Require backend .net function app to be running on localhost port 7178. https://github.com/clpo/BugTrackerCPAPI
If I was to put more time into this I would:
- Implement Update of Assignees and Bugs
- Increase test coverage substantially
- Improve appearance of the UI