Skip to content

Simple and clean desktop application made with Electron and React used to keep track of jobs and income.

Notifications You must be signed in to change notification settings

dlujan/jobtracker

Repository files navigation

Job Tracker

A clean and simple desktop app made with React and Electron that lets you easily keep track of your jobs and income.

Requirements

  • Node >= 8.2.0

Installing

Clone the repo:

git clone https://github.com/dlujan/jobtracker.git

Then install dependencies and run the project

$ npm i
$ npm start

electron-store

Starting the application will create a folder in Library/Application Support named 'joblister'. The data is persisted to two JSON files; Jobs Main.json and Jobs Trash.json.

Packaging the app

  1. npm run build
  2. npm run pack
  3. npm run dist

Your app will packaged as an .exe in the dist folder using the electron-builder package. Edit the build section of the package.json to build on additional platforms.

Resources

About

Simple and clean desktop application made with Electron and React used to keep track of jobs and income.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published