Visualization Catalogues and Examples
- https://datavizproject.com/
- https://datavizcatalogue.com/
- https://github.com/d3/d3/wiki/Gallery
- http://www.visualcomplexity.com/vc/
D3.js Documentation and Examples:
- Documentation: https://d3js.org/
- Blo.cks: https://bl.ocks.org/
- Observable: https://observablehq.com/
Build Tools:
- Repl, for quick JavaScript logic testing: https://repl.it/
- Regex101, for testing regular expression logic: https://regex101.com/
Scroll-y Telling Tools/Resources:
- Intersection Observer: the main browser API that the other libraries use to create their functionality. You can use it directly though, without external libraries.
- Scrollama
- The Pudding has some good how-to articles like this, this, and this.
Potential Data Sources:
- NYC Open Data: https://opendata.cityofnewyork.us/
- Information is Beautiful: https://informationisbeautiful.net/data/
- Google public data: https://www.google.com/publicdata/directory
- Google Dataset Search: https://datasetsearch.research.google.com/
- FiveThirtyEight data: https://data.fivethirtyeight.com/
- Kaggle “friendly” datasets: https://www.kaggle.com/rtatman/fun-beginner-friendly-datasets
- Cool datasets: https://www.cooldatasets.com/#Science-Datasets
- Driven Data competitions: https://www.drivendata.org/competitions/
- Free public datasets: https://www.springboard.com/blog/free-public-data-sets-data-science-project/
- Datasets subreddit: https://www.reddit.com/r/datasets/
- Pew research datasets: https://www.pewresearch.org/internet/?post_type=dataset
- Makeover Monday: https://www.makeovermonday.co.uk/data/
- Tidy Tuesday: https://github.com/rfordatascience/tidytuesday/tree/master/data
- Data is Plural dataset resource: https://docs.google.com/spreadsheets/d/1wZhPLMCHKJvwOkP4juclhjFgqIY8fQFMemwKL2c64vk/edit
- California State Geoportal: https://gis.data.ca.gov/


