This project aims to show differences in people's diets all around the world. It shows pictures of their fridges on the globe. You can also switch between categories to see how many calories people consume for that category. That way you can see for example where in the world people consume most dairy products and then check out what they actually have in their fridges.
More information on the building process and design can be found here.
To start working on this project, either fork or clone this repository.
- Then install the necessary dependencies with
npm install
oryarn install
. - Use
npm run dev
oryarn dev
to run and have the browser automatically update any changes while you're coding.
- This project is built within the Svelte framework
- This project uses the D3.js library for the data visualisation
This project is licensed under the terms of the MIT license.