A simple GUI-based social network with friend recommendation and exploration features
Dionisius Darryl H. |
James Chandra |
Jordan Daniel Joshua |
Grandma is a GUI-based social network with friend recommendation, exploration, and network visualization features developed using C# and .NET. This network is implemented with Graph and used algorithms such as Breadth-First Search (BFS) and Depth-First Search (DFS).
- C# and .NET
- MSAGL Library
- Visual Studio (Compiling and Debugging)
- People You May Know (Friend Recommendation)
- Explore friends
- Social network interactive visualization
- To run the program simply navigate into
./bin
and runGrandma.exe
- To compile the program, you can use Visual Studio 2019 by opening the
Grandma.sln
file in./src/Grandma/