Skip to content

An Electron JS application for creating customized dashboard.

Notifications You must be signed in to change notification settings

SanjoShaju/Dashboard-Creator-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard Creator Application

This is a Electron JS Application that lets users create customized dashboards for their data.

How to set up

  • Just run dashboard-installer-win32-x64/Setup.exe to install the application on you computer.

Note -> This setup is only for windows 64 bit version. Also I haven't made certificates for the application, so windows defender will show Security warnings.

  • or in Sorce_Code folder type npm start in terminal
$ npm start

Source code

The source code contains :

  • main.js - Electron apps main file. This is what calls the other html files.
  • src/index.html - The starting page of the application.
  • src/open_new.html - Upload new data or load previously created dashboards.
  • src/tools_tab.html - Tools menu which includes options to create charts, tables, notes etc.
  • src/main_js.js - Contains all the main js scripts belonging to index.html
  • src/chart_creator.js - Contains all js scripts on chart creation
  • src/table_creator.js - Contains all js scripts on table creation

Dependencies or open-source frameworks used

  • Electron JS
  • SQLite
  • Bootstarp
  • jQuery
  • jQuery UI
  • Chart JS

Some Screenshots of the application

  • Home Screen of the app(Opens with a blank dashboard).

  • Tools Menu of the application

  • Add new data or open already created dashboards menu.

  • Dashboard Example.

About

An Electron JS application for creating customized dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published