A "web-based job application tracker" built with "Flask, SQLite, and Bootstrap" Helps users track applications, interviews, offers, and rejections with an interactive dashboard and professional UX.
- Add / Edit Applications
- Dashboard Summary Cards
- Interactive Table
- Notes Modal
- Export
- Filter & Search
- Responsive UI
- Backend: Python, Flask, SQLite
- Frontend: HTML, CSS, Bootstrap 5, JS
git clone "https://github.com/barshamalbul/jobtracker.git"
cd job-application-tracker
python -m venv venv
venv\Scripts\activate # Windows
pip install -r requirements.txt
python app.py