Inspiration
The whole hackathon theme is based on data althoug I don't know much about data but I asked folks what to do ? so they suggested me to make use of any dataset , I ran into this amazing dataset of E-sport game Brawlhalla which I thought , I can show the stats of individual characters.
What it does
It shows the stats with the help of radar chart showing it full stats and price.
How we built it
I built it using the javascript library react.js in which and used normal css for styling.
Challenges we ran into
first I dont knew that how to make use of dataset in csv file. so first I thought that I will make csv to json converter because the data I need should be in js object form. But sooner I realized that I dont need this in my project because it is not needed cuz data is already provided, what is the purpose of creating the csv file to json file everytime we run app?, Later I also have two errors that I seek help through stackoverflow. I researched a lot on best data visualization lilbrary for react and tried upto 3 libraries which I found no suitable because I am not familier ot class components that much. I also dont knew that how to use json file to fetch data already included, and then later I came to know that I can do it by simple fetch request which is builtin and can also be used for test data.
Accomplishments that we're proud of
I achieved the good theme to represent the character stats on radar graph and together with using good font also. Frontend is fine so there is nothing much needed. I am proud of the thing that I wnat to make I imitated it 90% same. I am working solo so it is good for me.
What we learned
I learned a lot from this project like handling test json data and also come to know about data visualization. I also came to know about the data science path.
What's next for Brawlhalla Characters Stats
I am looking forward to make a section to compare two players data and also including the search bar.


Log in or sign up for Devpost to join the conversation.