bio426 / gs-systems

Desktop application for Gerard Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GS Systems

A desktop application to help with the generation and storage of pdf documents for a mechanical workshop.

Table of Contents

Objectives

The main goal with this project was made a javascript based desktop application capable of dynamically generate and save pdf documents, helping with the easy search of them and a simple way to save some valuable data at the generation moment to speed up the user experience.

Technologies

Some of the technologies that were used to build this project.

electron icon bootstrap icon json icon

Screenshots

Some of the main views of the project.

screenshot

screenshot

Installation

# bash
# Install the dependencies
$ npm install
# Start developtment server
$ npm run start
# Package application to Windows Squirrel format
$ npm run package
# Build distributables of the application
$ npm run make

For more details, you can check Electron Forge docs

References

The documentation sites and other resources that help with the project.

About

Desktop application for Gerard Service.


Languages

Language:JavaScript 57.4%Language:HTML 42.3%Language:CSS 0.3%