This webpage should function as a graph creation algorithm and then a graph visualization page.
One should be able to create a graph with specific rules like:
-connectivity
-weights
-negative weights
-loops
-un/directed
-#nodes
-#edges
-etc
Then one should be able to run some simple graph algorithms like (BFS, DFS etc) and it will visualize the process. One should also be able to download a txt file that contains all nodes/edges