Simple assistant for compiling your rankings and managing your offline fantasy football draft.
Branch | Status | Target |
---|---|---|
develop |
https://www.fantasy.nateconroy.com |
- Import CSV ranking list files (overall or by postition).
- View them side by side in table format, as well as the generated aggregate rankings calculated by taking the average ranking of each player across each of your imported lists.
- Search and select, or click to toggle any player's draft availability. This will propagate to each of the lists.
- Reset to clear the boards and mark all players as available after completing a draft, and draft again.
- Imported rankings and player availability are persisted in local storage, so you can navigate away and come back.
Imported ranking lists must be in CSV format. The following column header strings are recognized by the tool. They can appear in any order and additional columns are ignored.
Accepted Headers | Required | Description |
---|---|---|
|
Yes | name of the player |
|
Yes | position of the player ("RB" , "WR" , "TE" , "QB" , "K" , "DST" ) |
|
Yes | official abbreviation of the player's team if applicable (ex. "BUF" ) |
|
No | player bye week if applicable |
|
No | integer representing a tier for the player (one per player, many players per tier) |
|
No | string representing the value of a player (ex. "$50" ) |
Clone the repo
$ git clone https://github.com/NateConroy1/fantasy-draft-helper.git
Go to the project directory and install dependencies
$ cd fantasy-draft-helper && npm install
Build a dev version
$ gatsby develop
Build a production version
$ gatsby build
$ gatsby serve