A simple, beginner-friendly web application to track your job or internship applications — built using Flask and SQLite.
- Add new job applications (Company, Role, Status, Date Applied)
- View all saved jobs in a table
- Delete entries
- Clean and simple UI
- Python 3
- Flask (Web Framework)
- SQLite (Database)
- HTML + CSS (Frontend)
git clone https://github.com/your-username/job-tracker.git
cd job-tracker
pip install -r requirements.txt
python app.py
Visit http://localhost:5000
job-tracker/
├── app.py
├── requirements.txt
├── templates/
│ └── index.html
├── static/
│ └── style.css
└── README.md
Great for beginners to learn how full-stack apps work with just Python and HTML/CSS — no JavaScript frameworks required!
MIT — feel free to use and modify.