Skip to content

jabuj/indexer

Repository files navigation

Indexer

Small application to simplify work for Poznań project collaborators. Built with Electron and React.

Technologies

This application is written entirely in JavaScript (tested and works on NodeJS versions 10 to 14). It uses Electron 5.0.6 and React ^16.8.6

Features

  • Easy import and export to excel table
  • Simple interface for filling necessary data for Poznań project
  • Editable fields order
  • All annotations that may be needed for different fields with keyboard shortcuts


  • Translations in English, Russian, Polish and French
  • Night mode
  • Editable table preview with undo and redo history

Building

Make sure to install all the necessary dependencies after cloning using

$ npm install

When the installation process is finished, run one of the following commands to build application for appropriate operating system

# Windows
$ npm run build:win
# Linux
$ npm run build:lin
# Mac
$ npm run build:max

NOTE: you will have to install wine and wine32 to build app for windows on linux (or wsl)

Local development

Run application server locally with

$ npm run electron-dev

Note that the application uses port 3000 in development mode, so it needs to be free. Developer tools will be opened automatically.

About

Application for Poznań project collaboratos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages