A simple ASP.NET Core MVC application for managing tasks.
- Create, read, update, and delete tasks.
- View tasks in a list format.
- Assign tasks to users.
- Clone the repository.
- Run
dotnet runin the project directory. - Navigate to
https://localhost:5001in your browser.