Skip to content

anishsheela/applyquest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApplyQuest

A gamified job search tracking application to keep you motivated during your job hunt.

Project Structure

  • /frontend - React + TypeScript frontend
  • /backend - Python FastAPI backend

Setup

Frontend

cd frontend
npm install
npm start

Backend

cd 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

Features

  • Gamified job tracking with points, levels, and streaks
  • Kanban board for application management
  • Analytics and visualizations
  • Network contact management
  • Germany-specific job search fields

Tech Stack

Frontend: React, TypeScript, Tailwind CSS, Recharts Backend: Python, FastAPI, PostgreSQL, SQLAlchemy

About

ApplyQuest is a gamified job search tracker designed to keep job seekers motivated during tough markets. Track unlimited applications across the country with gamification elements like points, levels, and streaks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors