Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 725 Bytes

File metadata and controls

21 lines (15 loc) · 725 Bytes

Job Tracker App

Short Description

A simple Python terminal app to help you track your job applications by company, role, and status.


Features

  • Add new job applications with company name, job title, and status
  • View all applications in a list
  • Update the status of any application
  • Exit the program easily

How to Use

  1. Run the Python script:
    python job_tracker.py

This terminal-based Job Tracker app helps users organize their job search by tracking companies, roles, and the progress status of each application. It’s a beginner-friendly project that demonstrates core Python programming concepts including data structures, user input handling, and control flow.