Save time browsing jobs;
Displays results from seek.com.au and au.indeed.com in an interactive table!
- Self contained: Scrapes jobs from both Seek and Indeed using built-in
chromedriver
andelectron
- Compact: Results are displayed in a multi page table with customisation options
- Organised: Apply sorting and filtering using MUI's interactive
<DataGrid>
component
- For now you will need to build the executable yourself (see below)
# Install required dependencies from NPM
bun install
# Run the development server to test
bun run dev
# Build the executable to "/dist" output directory
bun run build