Economic Data Visualizer is a web application that fetches real-time economic indicators from the World Bank API and allows users to generate visual dashboards using Chart.js. Users can select countries, economic indicators (like GDP), time ranges, and visualization types to explore data in an interactive and informative way.
- Select one or more countries to analyze
- Choose from a range of economic indicators (e.g., GDP, inflation, population)
- Set custom start and end years for your data range
- Visualize data using different chart types: bar graph, line chart, pie chart, scatter plot, and donut chart
- Built with Chart.js for sleek, responsive, and interactive visualizations
- Uses real-time data from the World Bank API
- HTML, CSS, JavaScript
- Chart.js
- Choices.js
- World Bank API
- Node.js
- Clone the repository:
git clone https://github.com/emhgit/economic-data-visualizer.git cd economic-data-visualizer
- Install dependencies (if using npm):
npm install
- Open index.html in your browser to use the application.
Select a country from the dropdown.
Choose an economic indicator (e.g., GDP).
Set the start and end year.
Select your preferred chart type.
Click "Submit" to generate the visualization.
This project is licensed under the MIT License. See the LICENSE file for details.
This project uses the following libraries:
- Chart.js (MIT License) - https://github.com/chartjs/Chart.js
- Choices.js (MIT License) - https://github.com/Choices-js/Choices