This is an electron app used to generate pdf documents with some text for making labels
- Semantic HTML - to build the basic page structure
- Responsive CSS - to style the page and set up the mobile-first responsive layout
- Javascript - to ensure functionality, get and parse the API data, and load it into the HTML document.
- Event handling - listening for form submission and drowndown menu activation
- AJAX - to make HTTP requests for JSON data
- jQuery - to load the data into HTML elements
- Chart.js and Canvas API - to draw a chart using the parsed JSON data
Install (node 8 or higher):
git clone git@github.com:85599/Desktop-PDF-Generator-Electron.git
cd Desktop-PDF-Generator-Electron
npm Install
Run electron in debug mode, usefull to develop
npm run build
This command generate a directory "bin" with binaries for windows and linux
electron start
electron main.js
No tests
.png