For my final data visualization project, I chose to work with UNESCO's endangered languages database.
I decided to work with this dataset because I found that the amount of languages in the world was extremely interesting.
In my visualization, the data is represented as circles which change color based on the endangerment level and the size is dictated by the amount of speakers.
To interact with the visualization, try hovering over the circle, which will show you stats, and if you click on the circle then it shows a description of the language region.
One interesting thing I noticed during this project is that speakers doesn't necessarily mean that a language isn't endangered.
Something I still wonder about is why a language with ~80k speakers is still endangered.
The most challenging moment of this project was when all my code broke when I tried to add a state variable, and I had to figure out what was wrong.
If I had more time, I would like to maybe add more stats about the language.
My proudest moment during this project was when I figured out how to fix my state variable problem.