Project Goals

A goal of this project is to find trends between happiness, socioeconomic status, and internet usage by comparing data points by year and country. Another goal is to answer the question, is world happiness decreasing?

Data Sources

This project incorporates two datasets sourced from Kaggle: the World Happiness Report 2005-2022 and Global Internet Users (1980-2020)

Expected Outcomes

Tech Stack

We prepared our .csv datasets using Python and exported the processed data to .json files to import into our database. The website is built on SvelteKit and TailwindCSS and the data is served with Chalice.