JobDash

Tech Stack: Python Flask React shadcn sqlite
Tags: Python Pet

Project description: Personal job dashboard app from July 2025 which I built to automate my daily routine of checking new job applications on different job boards.

Why?
Remember JobScraper ? Google Sheet or CSV are good but sometimes not flexible enough, e.g google sheet api limits, you can’t hide filtered jobs with single click or persist the jobs from previous scrapes.
PS: well you certainly can, but this wont show my Flask skills 😉

Highlights

  • sqlite db to store the jobs
  • Flask Backend API to retrieve and update jobs
  • React Router
  • Tailwind & Schadcn (UI Component library)