Skip to content

Files

Latest commit

 

History

History

model-view-controller

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Homework 4

Goal: to gain practical experience with the MVC (Model-View-Controller) pattern.

Write a small web application to work with to-do lists. The application should let:

  • View to-do lists and tasks in them
  • to-do list
  • add tasks
  • mark tasks as completed

Recommendations:

  • use spring mvc