This project is an interactive world map built with D3.js and React.js. It is designed to be responsive and user-friendly. The map provides an engaging way to explore the world's countries, displaying information about each country when you hover over it.
- Responsive Design: The map adapts to different screen sizes, ensuring a seamless experience on desktop, tablet, and mobile devices.
- Interactive Hover Effects: Hovering over a country changes its color and displays additional information.
- Country Name: Shows the name of the country.
- Economic Region: Displays the economic region the country belongs to.
- React.js: A JavaScript library for building user interfaces.
- D3.js: A JavaScript library for producing dynamic, interactive data visualizations in web browsers.
- CSS: For styling the components and making the map responsive.