A simple Job Tracker Web App built to manage and organize job applications efficiently using clean JavaScript logic and a structured UI.
This project focuses on practicing DOM manipulation, state management, and UI structuring while handling dynamic data in a user-friendly way.
🔗 Live Link: https://your-live-link.com
- ⚡ Vanilla JavaScript
- 🧠 DOM Manipulation
- 🏗️ DOM Structure
- 🔄 State Management
- 📊 Generate and display fake job data dynamically
- 🗂️ Organize jobs into different tabs (categories)
- ➕ Add jobs to specific tabs by clicking buttons
- ❌ Delete jobs and instantly hide them from the UI
- ⚡ Real-time UI updates using JavaScript logic
⚠️ No external frameworks or libraries were used
Built entirely with Vanilla JavaScript
# 1. Clone the repository
git clone [https://github.com/your-username/your-repo-name.git](https://github.com/mahmud-abdullah-262/Job-Tracker-javascript-app.git)
# 2. Navigate to the project folder
cd your-repo-name
# 3. Open index.html in your browser