https://github.com/lucasht22/data2map
https://github.com/lucasht22/data2map
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasht22/data2map
- Owner: LucasHT22
- Created: 2025-07-22T03:28:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T20:30:35.000Z (10 months ago)
- Last Synced: 2025-08-02T21:31:32.738Z (10 months ago)
- Language: JavaScript
- Homepage: https://data2map.vercel.app
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data2Map
A Astro+React website that displays interactive world maps with data visualization using World Bank indicators.
The component allows users to explore economic and social indicators across different regions and countries of the world.
## Features
- Interactive Map: Zoom and pan functionality with OpenStreetMap tiles
- Data Visualization: Color-coded circles representing data values with optional labels
- Multiple Indicators: Support for various World Bank indicators
- Export Functionality: Download visualizations as JPG images
## Run
```
yarn build
yarn dev
```