This project visualizes the population density of the United States using React, TypeScript, OpenLayers, and Tailwind CSS.
- Display map with population density using GeoJSON data
- Interactive tooltips showing population density
- Responsive design for desktop and mobile
- Filtering options for specific states <<<<<<< HEAD
- shoing graph for specific state desity on hovering
=======
- showing graph of spacefic city's density on hovering
refs/remotes/origin/main
- start the devlopment server
- npm run dev
- React.js
- TypeScript
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/sachinandan-05/map-population-density.git
- Open your browser and navigate to http://localhost:3000.
- Use the map to explore population density data.
- Utilize the filtering options to view specific states.
map-population-density/ ├── public/ │ ├── images │ └── ... ├── src/ │ ├── assets/ │ ├── components/ │ ├── styles/ │ ├── App.tsx │ └── main.tsx ├── tsconfig.json ├── tsconfig.app.json ├── tsconfig.node.json ├── tailwind.config.js ├── package.json └── ...
Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to update the documentation as necessary.