I'm building this application to help keep track of internship/job applications.
The Application Tracker lets you:
- Add new applications.
- View all your applications.
- Update application details or status.
- Delete applications if needed.
- Clone the repository
git clone https://github.com/Shameer-R/Application-Tracker.git
cd Application-Tracker
- Run the application
python3 src/main.py
- Follow the prompts in the terminal to manage your internship applications
- Python
- SQLite
- PyQt5
- 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.