A gamified job search tracking application to keep you motivated during your job hunt.
/frontend- React + TypeScript frontend/backend- Python FastAPI backend
cd frontend
npm install
npm startcd backend
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt
uvicorn app.main:app --reload- Gamified job tracking with points, levels, and streaks
- Kanban board for application management
- Analytics and visualizations
- Network contact management
- Germany-specific job search fields
Frontend: React, TypeScript, Tailwind CSS, Recharts Backend: Python, FastAPI, PostgreSQL, SQLAlchemy