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!
- Clone the repo
- Run
npm install
- Run
npm run serve
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!
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:
- Make sure all changes to be released have gone into the
master
branch - Run
npm run gh-pages
- Commit this changes
- Bump
package.json
andgit tag
the release - Push to
master
with--tags
and and verify the deployment