https://github.com/jackdbd/scrollytelling
A project starter for a scrollytelling visualization with React
https://github.com/jackdbd/scrollytelling
d3 react scrollama scrollytelling vx
Last synced: 2 months ago
JSON representation
A project starter for a scrollytelling visualization with React
- Host: GitHub
- URL: https://github.com/jackdbd/scrollytelling
- Owner: jackdbd
- License: mit
- Created: 2018-08-03T09:24:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T16:20:38.000Z (about 7 years ago)
- Last Synced: 2024-10-24T14:32:57.833Z (12 months ago)
- Topics: d3, react, scrollama, scrollytelling, vx
- Language: JavaScript
- Homepage: https://jackdbd.github.io/scrollytelling
- Size: 5.53 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrollytelling
[](https://travis-ci.org/jackdbd/scrollytelling) [](https://codecov.io/gh/jackdbd/scrollytelling) [](https://renovateapp.com/) [](https://david-dm.org/jackdbd/scrollytelling)
### Demo


Built with:
- [React](https://reactjs.org/)
- [scrollama](https://github.com/russellgoldenberg/scrollama)
- [D3](https://d3js.org/)
- [vx](https://vx-demo.now.sh/)### Installation
```
git clone git@github.com:jackdbd/scrollytelling.git
cd scrollytelling
yarn install
yarn start
```### Credits
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).