This project demonstrates a simple scrolling data visualization using p5.js. Data is loaded from a JSON file and displayed in a grid layout with country names, flag images, titles, and values.
-
Install Node.js and npm:
Make sure you have Node.js installed. -
Clone the Repository:
Navigate to your desired folder and clone the repo (or create a new folder and add the files below). -
Install Dependencies:
Open a terminal in the project folder and run:npm install