simple-todo-spring-angular
System consists of two sides. Side 1. FRONT END - angularjs client. THere are used 2 controllers and 2 views. One for login form an checking or registering new user. I have used bootstrap for mobile first technique and third side scripts are stored on other servers. Side 2. BACK END is build on spring framework. Backend provides REST api for creating new TODO task, mark task as done or retrieving tasks for specific user.