Skip to content

Instantly share code, notes, and snippets.

View sarahob's full-sized avatar

sarahcodes.dev sarahob

View GitHub Profile
@sarahob
sarahob / README.md
Created January 28, 2017 14:06
Random Walker

Random Walker with D3.js.

Allow path to walk until it reaches the bounds of the svg. Use random number to determine direction, then update path data. Inspired by Coding Train Coding Challenge

@sarahob
sarahob / README.md
Last active January 24, 2017 10:23
Procrastinator Visualization

This block was inspired by Tim Urban's TED talk Inside the mind of a master procrastinator

Each square represents a week in your lifespan, the grid assumes your lifespan is 90 years, enter your age and you can see how much time you've already wasted!

A bit of a motivator to get out there and start doing!! Or ya know start tomorrow and just watch cat videos! :)

@sarahob
sarahob / README.md
Last active March 16, 2017 17:20
Progress Bar with D3
@sarahob
sarahob / README.md
Last active March 10, 2016 15:34
Randomise Text

Just a quick and dirty implementation to see what transitioning between random text would look like...

@sarahob
sarahob / README.md
Created February 18, 2016 13:14
Shape transitions with D3
@sarahob
sarahob / README.md
Last active February 19, 2022 12:30
Paint with D3

A simple paint app using D3.js based on Mike Bostock's Line Drawing example: line drawing