AbualiYousef/ToDoList-MVC-.NET — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple to do list web app using ASP.NET Core MVC with .NET 8 and a normal SQL database.

I want users to open the site and see all their to do items in a clean list. They should be able to add a new item, click an item to see its details, edit it, and delete it only after a confirmation page or prompt. Keep the screens simple and beginner friendly, with clear buttons like Create New, Save, Edit, Details, and Delete.

Please store the items in the database using Entity Framework Core, and include whatever setup is needed so I can configure the connection string, run migrations, update the database, and start the app locally. Make sure the project is organized in the usual MVC style with models, views, and controllers, and that it runs cleanly in Visual Studio or from the command line.

Look up current docs online if you need to.

Want more depth? Deep Reverse