This project visualizes global land-surface temperature data from 1753 to 2015 using an interactive heat map. It's built with D3.js and fetches data from a freeCodeCamp API endpoint.
- HTML
 - CSS
 - JavaScript
 - D3.js (v5)
 
The data is sourced from the freeCodeCamp Project API: https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/global-temperature.json
- Interactive heat map displaying monthly global land-surface temperatures.
 - Color-coded cells representing temperature variations.
 - Tooltips displaying the year, month, and temperature for each cell on hover.
 - Legend explaining the color scale.
 
- Save the HTML as 
index.html, the CSS asstyle.css, and the JavaScript asscript.jsin the same directory. - Open 
index.htmlin your web browser. 
Yousef Kaihar
- The chart dimensions, colors, and styling can be customized in the CSS and JavaScript files.
 - The data processing and visualization logic is implemented in the JavaScript file.
 
This project is licensed under the MIT License.