A simple Python terminal app to help you track your job applications by company, role, and status.
- 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
- 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.