A Java application to create and manage tasks for a user. Created tasks may easily be moved between "to do" "in progress" and "done". There may be several unique users and data is persistent. CS 300, Portland State University. June 2016
Updated 2025-10-12 01:27:11 -07:00
This application opens a socket to allow for network inputs of 9 digit numbers, of up to 5 concurrent client. These 9 digit numbers are logged and duplicates ignored
Updated 2025-10-12 01:26:29 -07:00