This was created during my time as a student at Code Chrysalis.
Displays a visualization with D3 of heroes used in the last 30 official matches by Team Secret.
Each circle represents a single hero choice and includes the name and number of times picked. Larger circles signify a large number of picks.
- add all dependencies using
npm install
oryarn
in the terminal. - run the http server by using
yarn start
ornpm start
.
- Create a home page with all teams competing in The International this year.
- Add functionality for all teams competing in The International this year.