https://github.com/ilyaizr/maps
The choropleth map of the cities
https://github.com/ilyaizr/maps
choropleth mapbox react
Last synced: 4 months ago
JSON representation
The choropleth map of the cities
- Host: GitHub
- URL: https://github.com/ilyaizr/maps
- Owner: IlyaIzr
- Created: 2021-06-05T14:32:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T13:30:53.000Z (about 2 years ago)
- Last Synced: 2025-04-09T19:55:37.917Z (6 months ago)
- Topics: choropleth, mapbox, react
- Language: JavaScript
- Homepage: https://our-maps-be.onrender.com/
- Size: 6.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Our Maps (i haven't come up a nice name so far)
## Before reading code
I've started this app in the mid 2021. I'm fixing some issues in 2023, so part of this app is really old and done by a less experienced guy. I've added vite and typescript support for client.## About app
This app collects user impressions of the places and draws map of those places according to overall ratings.
Thus you can quickly see what areas are cool, average or awful. I believe this is valuable information that can be used in many areas, starting from scheduling a walking route and finising with urban value analysis## How to run
I've used pnpm, and then you've got to run `dev` scripts in root folder to run server and in a `/client` folder to run React front end