This is source of web application that helps with hero drafting.
The idea is simple: filtering heroes by their features (ranged/melee, waveclear, cc, etc).
For now it does not have any backend logic. All data is stored in json files
under public/
directory.
Even if you are not a programmer you still can help project via editing data files.
Basically, we have two data files:
If you want add feature to hero just edit hero data. Important: if you want feature to show up in filter it must be in feature list like others.
This project is licensed under the MIT License.
This project was bootstrapped with Create React App.