https://github.com/dmk/react-stats-map
A React component for visualizing data on a map of Ukraine by oblast.
https://github.com/dmk/react-stats-map
Last synced: about 1 year ago
JSON representation
A React component for visualizing data on a map of Ukraine by oblast.
- Host: GitHub
- URL: https://github.com/dmk/react-stats-map
- Owner: dmk
- Created: 2024-10-27T17:15:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:55:31.000Z (over 1 year ago)
- Last Synced: 2025-03-23T23:35:06.111Z (about 1 year ago)
- Language: TypeScript
- Size: 1.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Stats Map
A collection of React components for displaying statistical data on interactive maps. This repository includes the base package react-stats-map, as well per-country map components that build on top of the base one.
## Repository Structure
```
.
├── example # Example React app (+playground)
└── packages
├── react-stats-map # Main package (base for per-country packages)
├── react-md-stats-map # Moldova map component based on react-stats-map
├── react-eu-stats-map # Europe map component based on react-stats-map
├── react-pl-stats-map # Poland map component based on react-stats-map
└── react-ua-stats-map # Ukraine map component based on react-stats-map
```
### `example`
An example React application located in the ./example directory. This serves as a playground to demonstrate and test the map components during development.
### `packages/react-stats-map`
The core package providing foundational components and utilities for creating statistical maps in React. It is designed to be extensible and serves as the base for building country-specific map components.
### `packages/react-XX-stats-map`
A React component for displaying an interactive map of a country (see package name), built upon the react-stats-map package.
Here is the full list of country-specific packages:
* [react-ua-stats-map](./packages/react-ua-stats-map/) - Ukraine
* [react-md-stats-map](./packages/react-md-stats-map/) - Moldova
* [react-pl-stats-map](./packages/react-pl-stats-map/) - Poland
* [react-eu-stats-map](./packages/react-eu-stats-map/) - Europe