This application allows users to create custom charts based on input data. It leverages localStorage to save data for seamless use across sessions. Additionally, the application provides functionality for sorting the data and downloading the generated chart as a PNG file.
The application was written based on jQuery and ChartJs.
- Clone Repo
git clone https://github.com/LukaszKwiatkowski94/Simple-Chart-Generator.git
- Go to directory
cd Simple-Chart-Generator
- Install node
npm i -y
- Run gulp (server will be started)
gulp