A clean and simple desktop app made with React and Electron that lets you easily keep track of your jobs and income.
- Node >= 8.2.0
Clone the repo:
git clone https://github.com/dlujan/jobtracker.git
Then install dependencies and run the project
$ npm i
$ npm start
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.
npm run build
npm run pack
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.