Link to the app: https://gapminder-challenge.herokuapp.com/
Thank you for visiting the Gapminder Challenge app project repository!
This document is aimed to give you some information about our project. You can either jump straight to one of the sections below or scroll down to find out more.
Our app is hosted on Heroku. Take the challenges here to see how you understand global issues. You will be able to:
know immediately if your worldview is up-to-date
see visual plots of the underlying data
interact with the app by filtering year range, region, and more
Test yourselves now!
This project is designed to augment the existing gapminder worldview upgrader tool. Gapminder is an NGO founded to address systematic misconceptions about global development. Gapminder provides free-to-access data and teaching material on global development based on reliable statistics. Their worldview upgrader involves participants answering questions about various topics linked to UN development goals, and being provided correct answers with accompanying explanations. Our project proposes to augment the experience of the worldview upgrader by providing interactive visualizations along with answers to questions related to UN development goals, leveraging the Gapminder dataset. This allows our users to explore and manipulate the data supporting the answers to the questions, providing a dynamic and enriched learning experience.
Our app features a single page that hosts four interactive data visualization plots by a 2 by 2 layout. Each plot is associated with one question that evaluates the users' understanding of global development since 1900s. The topics include child birth rate, child mortality vs. income level, average life expectancy, and income per capita. Each plot has its own controls, such as sliders for year range and drop-down menus for country, region, and income group selections. These components allow the users to explore and manipulate the data supporting the answers to the questions, offering a dynamic and enriched learning experience.
Clone the repository and navigate to the root folder.
Run the following command to install the required dependencies:
docker-compose up
The app will be up in the default local host and port.
Our app is still under active development. We'd love your feedback along the way.
Interested in contributing? We can certainly use your expertise in user experience design, data validation, front end development, and documentation. Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
For this project, we used Dash
for dashboarding, Altair
and Plotly
for charts, and Heroku
for deployment. Do check out the following links to learn more about them:
gapminder_challenge
was created by:
Son Chau
Julien Gordon
Irene Yan
Vanessa Yuen
It is licensed under the terms of the MIT license.
gapminder_challenge
was created with cookiecutter
and the py-pkgs-cookiecutter
template.