Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamgibbons/bob-ross

Explores FiveThirtyEight's data on the great painter and philosopher, Bob Ross
https://github.com/adamgibbons/bob-ross

bob-ross bobross bulma fivethirtyeight flexbox painting vue vuejs

Last synced: 2 days ago
JSON representation

Explores FiveThirtyEight's data on the great painter and philosopher, Bob Ross

Awesome Lists containing this project

README

        

# The Bob Ross Explorer 🎨

I'm a big Bob Ross fan, and I recently came across a great [statistical analysis](https://fivethirtyeight.com/features/a-statistical-analysis-of-the-work-of-bob-ross/) on his work from FiveThirtyEight.
The accompanying data set is [available on Github](https://github.com/fivethirtyeight/data/blob/master/bob-ross/elements-by-episode.csv), so I thought it'd be a fun opportunity to combine three things I love: Vue.js, Bob Ross, and data!

The finished product is available here:
http://bob-ross-explorer.s3-website.us-east-2.amazonaws.com/

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).