This is a Electron JS Application that lets users create customized dashboards for their data.
- 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
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
- Electron JS
- SQLite
- Bootstarp
- jQuery
- jQuery UI
- Chart JS
- 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.