An open API service indexing awesome lists of open source software.

https://github.com/exwork79/wp_frontend

show world map and countries' data related
https://github.com/exwork79/wp_frontend

antd reactjs tailwindcss typescript

Last synced: 3 months ago
JSON representation

show world map and countries' data related

Awesome Lists containing this project

README

          

# World Map Data Visualization Project

## Overview

This project aims to visualize data related to countries across the world on an interactive map. The map displays country-specific metrics such as population, GDP, or any other relevant datasets.

## Features

- 🌍 **Interactive World Map**: Hover over countries to display relevant data.
- 📊 **Data Visualizations**: Graphs and charts to represent country data trends.
- 🔍 **Country Search**: Search for specific countries to view detailed information.

## Technologies Used

- **Frontend**:
- HTML5, CSS3
- TypeScript (React)
- amCharts for map rendering

## Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/wp_frontend.git
```

2. Install dependencies:
```bash
cd wp_frontend
yarn install
```

3. Run the project:
```bash
yarn dev
```

## Usage

- Visit `http://localhost:4000` to view the interactive map.
- Hover over a country to see its data.
- Use the search bar to find a specific country.

## Data Sources

- **Population Data**: [World population site](https://worldpopulationreview.com/)

## Future Enhancements

- Add more data sources such as education or environmental statistics.
- Implement time-series data to track changes over the years.
- Allow users to compare data between multiple countries.

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.

## Screenshots

![World Map Screenshot](path-to-screenshot)

## Contributors

- [Your Name](https://github.com/yourusername)