Responsive web applications are essential in modern application development. Users need to be able to view the content of your web application on any device. This means that a web application needs to resize itself based on whatever device it is being viewed on.
Creating your ASP.NET MVC application
Referencing jQuery and Bootstrap
Setting up and using SCSS
Creating models, controllers, views, ...