The project consists of showing in a map, the population in France for a specific year.
The Map contains:
- Implements zoom.
- Scale of colors for the regions according to the population.
- When you move the mouse over a region, it shows a card with the name of the region and its population.
- When you move the mouse over a region, it highlights the region where we are.
To run the project it is necessary to have Node.js installed link: https://nodejs.org/es/ Open a CMD in the root path of the project and execute the following commands:
npm install
npm run build:prod
npm start