andyshora / svg-play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG Play

Proof of concept for a live streaming chart using SVG + GSAP. Using Perlin noise for data.

Demo Graph

Useful Commands

  • npm i to install dependencies
  • npm start to start the development server

Coding Styleguide

The QB Front End Engineering team have setup a styleguide which explains how we should write React code.

Technology Stack

  • React for building the UI
  • PostCSS for styles
  • Webpack for module bundling (building to static assets)
  • Babel for compiling JavaScript to ES5
  • ESLint for syntax linting
  • JSDoc for code comments

About


Languages

Language:JavaScript 98.8%Language:CSS 1.1%Language:HTML 0.1%