Here is a very basic ASP.NET MVC 5 Responsive web application that performs CRUD (create, read, update, and delete) operations. There will be no database in this project; all operations will be performed on temporary data. This project is created to become acquainted with the ASP.NET MVC architecture.
Home Page
Employee List Page
Employee Edit Page
Home Page
Employee List Page
Create Employee Modal
Edit Employee Page
Just download the zipped file and open it on visual studio code after unzipping and run it.