Data-Map-of-Armenia
Teryan-Bor/Data-Map-of-Armenia
The project was developed to display data about various branches across Armenia. There is a map divided into regions, and each region's color changes based on the data values. The data is saved in a .json file. The goal of this project was to practice using fetch requests to get data from a local database.
Summary
An interactive web-based map of Armenia that visualizes regional data (population, schools, temperature, etc.) using color-coded regions. It uses Leaflet.js for mapping, fetches static data from local JSON files, and integrates live temperature data from the Open-Meteo API. The project is a practice exercise for working with the Fetch API and GeoJSON.