This is a console-based social network built in Java. It consists of many different parts, demonstrating the OOP capabilities of Java. The main method can be found in network.java, and the various other classes represent different components of the network.
The friendship.txt file is pulled by the program to define the friendships between users. The users.txt file is pulled to generate the users in the program. The files can be edited to add/edit/delete accounts and modify friendships.