https://github.com/peggyrayzis/react-conf-data-viz
React Conf 2017: Cross-Platform Data Visualization in React & React Native
https://github.com/peggyrayzis/react-conf-data-viz
charts data-visualization react react-native spectacle victory
Last synced: about 2 months ago
JSON representation
React Conf 2017: Cross-Platform Data Visualization in React & React Native
- Host: GitHub
- URL: https://github.com/peggyrayzis/react-conf-data-viz
- Owner: peggyrayzis
- License: mit
- Created: 2017-03-10T06:41:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T13:14:14.000Z (about 8 years ago)
- Last Synced: 2024-10-11T16:15:39.923Z (7 months ago)
- Topics: charts, data-visualization, react, react-native, spectacle, victory
- Language: JavaScript
- Homepage: https://react-conf-data-viz.surge.sh/
- Size: 14.8 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Cross-Platform Data Visualization with React & React Native
Check out the slides online [here](https://react-conf-data-viz.surge.sh/#/) and the recording on [Youtube](https://www.youtube.com/watch?v=lF-ztmPVWmo)! This presentation was built with [Spectacle](https://github.com/FormidableLabs/spectacle) and [Victory](https://github.com/FormidableLabs/victory).
## Slides
This repo contains all of the slides & chart components featured in my ⚡️ talk for React Conf 2017. All Victory cross-platform charts are in `charts/` and all UI components are in `presentation/`.## Questions
If you have any questions about the charts I built or any of my Spectacle code, please feel free to open an issue or start a conversation on [Twitter](https://twitter.com/peggyrayzis).## Build Locally
If you want to run the project locally, please fork & clone the repo. Install all dependencies with `npm i` (please don't run `yarn`, it doesn't install my forked copy of `spectacle-code-slide` properly) and run `npm run start` to start the webpack server.