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

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

Awesome Lists containing this project

README

          

# Scrollytelling

[![Build Status](https://travis-ci.org/jackdbd/scrollytelling.svg?branch=master)](https://travis-ci.org/jackdbd/scrollytelling) [![codecov](https://codecov.io/gh/jackdbd/scrollytelling/branch/master/graph/badge.svg)](https://codecov.io/gh/jackdbd/scrollytelling) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/) [![Dependencies](https://david-dm.org/jackdbd/scrollytelling.svg)](https://david-dm.org/jackdbd/scrollytelling)

### Demo

![A GIF file showing a short demo on a desktop screen](https://github.com/jackdbd/scrollytelling/blob/master/screenshots/demo-desktop.gif "Desktop")

![A GIF file showing a short demo on a mobile screen](https://github.com/jackdbd/scrollytelling/blob/master/screenshots/demo-mobile.gif "Mobile")

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).