An app for quickly creating beautiful spider graphs and saving them for future editing or download.
username: demo
password: what'smyboggle?
Chart or graph generators are typically full of options and graph types which make it difficult to create and save charts that look nice. Spider graph specifically focuses on spider or radar graphs and provides an easy to use interface to building charts that look great by default.
In the project directory, you can run:
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Serves the build files. Open http://localhost:3000 to view it in the browser.
Formats all .css, .js, and .jsx source files with prettier and stylelint.
Lints all .js and .jsx source files with eslint.
Runs prettier on all .js, .jsx, and .json source files.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs prettier on all source files and sorts package.json file prior on each commit.
If you want to use elint, you can turn on the plugin in your editor. If not , that's okay. Eslint will not run automatically. See .eslintrc for rule details.
Prettier will be run on each commit to keep code style consistent. See .prettierrc for rule details.
Lints CSS and CSS-in-JS and sorts properties.