Skip to content

An example of using SVG and Custom Elements (with lit-html) to create data visualizations and other fun things in JavaScript.

Notifications You must be signed in to change notification settings

ProjectEvergreen/random-plot-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-plot-generator

GitHub release CircleCI branch GitHub issues GitHub issues GitHub license

An example of using SVG and Custom Elements (with lit-html) to create data visualizations and other fun things in JavaScript. Inspired by this FunFunFunction YouTube series on creating a Neural Network in JavaScript. For the time being I will just be emulating what's done in the video, but where it goes from there, who knows!

Setup

  1. Clone the repo
  2. Run npm install
  3. Run npm run serve

Contributing

The more the merrier! Would love to keep this going with more varied and interesting features and visualizations. Propose something in the issue tracker and feel free to submit a PR!

Release Management / GitHub Pages

GitHub pages has been setup for this repo. The URL https://projectevergreen.github.io/random-plot-generator/.

To generate a new release and generate an updated version of the code for GitHub pages, do the following:

  1. Make sure all changes to be released have gone into the master branch
  2. Run npm run gh-pages
  3. Commit this changes
  4. Bump package.json and git tag the release
  5. Push to master with --tags and and verify the deployment

About

An example of using SVG and Custom Elements (with lit-html) to create data visualizations and other fun things in JavaScript.

Resources

Stars

Watchers

Forks

Packages

No packages published