Skip to content

colefrishman/us-map-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U.S. Map Maker

Make maps quickly! Just click on any state to give it color. Or, import a CSV with the relevant data.

There are customization options below the Map itself.

Then just save it as an SVG!

The background color can take color names (white, red, lightblue etc.) or hex values (#ffffff, #ff0000, etc.)

An example CSV file is included in the root directory

TODO:

Documentation

Unit Tests

Font options for title and legend

Custom Color Schemes

Support for up to 11 categories, rather than the current max of 9 (see colorbrewer2.org color pallets)

Better Styling and layout

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)