Skip to content

SnehaTanwar006/Job-Application-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 Job Application Tracker

A simple, beginner-friendly web application to track your job or internship applications — built using Flask and SQLite.

📌 Features

  • Add new job applications (Company, Role, Status, Date Applied)
  • View all saved jobs in a table
  • Delete entries
  • Clean and simple UI

🛠️ Tech Stack

  • Python 3
  • Flask (Web Framework)
  • SQLite (Database)
  • HTML + CSS (Frontend)

🚀 Getting Started

1. Clone the repo

git clone https://github.com/your-username/job-tracker.git
cd job-tracker

2. Install dependencies

pip install -r requirements.txt

3. Run the app

python app.py

4. Open in browser

Visit http://localhost:5000


📸 Screenshot

Screenshot

📂 Folder Structure

job-tracker/
├── app.py
├── requirements.txt
├── templates/
│   └── index.html
├── static/
│   └── style.css
└── README.md

🧠 Why this project?

Great for beginners to learn how full-stack apps work with just Python and HTML/CSS — no JavaScript frameworks required!


📄 License

MIT — feel free to use and modify.

About

A clean Flask-based job application tracker to manage internship/job applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published