Inspiration
In my recent math class, I learned about Statistics, and there was a task to turn data of numbers into a frequency distribution table. Doing it manually starting from sorting, counting, drawing the table takes much time, that's why I came up with this idea.
What it does
By inputting the numbers and hitting the button, the data will be directly converted into frequency distribution table. The smart input will filter any comma or letter, resulting in easier data input.
How we built it
I build it with HTML, CSS, and Vanilla JS.
Challenges we ran into
The many steps to convert the table of turning the data took a long process of thinking, and there were also several debugging.
Accomplishments that we're proud of
At last, the web app worked perfectly with modern responsive design. Turning data into a table has never been this fast.
What we learned
I learned how to use several advanced JS methods, and also my logical thinking was trained.
What's next for Statsier
I will try to implement several ideas such as bar graphs and ogives, giving better features of the app.
Log in or sign up for Devpost to join the conversation.