The title of this story is SAVING ELDORIA. It has the following chapters
- Chapter One: Trouble
- Chapter Two: Balance
- Chapter Three: Rookie
- Chapter Four: Selection
- Chapter Five: Strength
- Chapter Six: Teacher
- Chapter Seven: Victory
The entire story you'll find on the site!
See the application working LIVE!
- At the very first glance of the datasets, I knew I wanted to create some kind of team but I wasn't sure what to represent in my team.
- I initially wanted to create the
strongestteam to go into battle. But while doing so, I realized that would be very generic. I realized that creating a team out of balance would be a very interesting way to go about it - After all the data manipulation and I finally was able to come up with a team, then I needed to find the story behind it which I eventually was able to come up with. (A long one 😬 but worth the read)
- Python/Node.js
- React
- Chartjs
- react-chartsjs-2
I used Python to do some cleaning of the data removing some unused columns and unknowns. After this, to come up with the team I had to do a couple of data manipulation to get the final selection I wanted to talk about. react-chartsjs-2 is a react wrapper around Chartjs. Chartjs is a library that helps to make different types of charts from data. I used Pie, Bar and Radar chart in the application
- Clone the repository
git clone https://github.com/Complexlity/saving-eldoria.git- Install Dependencies
npm install- Run Local Server
npm run dev- Navigate to http://localhost:5173/.