The Fantasy Rankings Assistant is a React web application that helps fantasy football fans build out their own player rankings cheat sheet based on side by side player comparisons. The idea here is that it is easier to rank one player over another player in a side by side comparison as opposed to trying to rank a larger list of players all at once. It helps you to block out the "noise" of other players and forces you to focus on the actual comparison in front you. The best part is that you don't actually have to manually go through every possible 2-player comparison that exists, there is a recursive algorithm that makes implied choices as you keep making your picks.
For Example:
If you pick Player A over Player B...
the players currently ranked ahead of Player A are also ranked over Player B and all of the players ranked behind Player B
Technologies
If you would like to learn more about this project: