Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 846 Bytes

File metadata and controls

36 lines (27 loc) · 846 Bytes

Application-Tracker

I'm building this application to help keep track of internship/job applications.

Overview

The Application Tracker lets you:

  • Add new applications.
  • View all your applications.
  • Update application details or status.
  • Delete applications if needed.

How to Use

  1. Clone the repository
git clone https://github.com/Shameer-R/Application-Tracker.git
cd Application-Tracker
  1. Run the application
python3 src/main.py
  1. Follow the prompts in the terminal to manage your internship applications

Technologies Used

  • Python
  • SQLite
  • PyQt5

Future Plans

  • Build a simple user interface to make the application more user-friendly | ✅ Completed 06/05/25
  • Improve error handling and input validation.
  • Improve data visualization for better tracking of application status and timelines.