A productivity-focused job application tracker that allows users to log in, track job applications, and monitor progress from applied to offer or rejection.
🔗 Live Demo: job-trackerz.netlify.app
- 🔐 User Authentication – Secure login system with protected routes
- 📋 Application Statuses – Track jobs as:
- Applied
- Interview Scheduled
- Offer Received
- Rejected
- 🧠 Persistent State – Keeps data across sessions
- 📱 Mobile Friendly – Clean UI designed for all screen sizes
- ✅ Accessible – Keyboard navigable and semantic layout
- 🚀 Netlify Deployed – Fast load & optimized for performance
| Technology | Purpose |
|---|---|
| TypeScript | Frontend framework |
| React | Frontend framework |
| React Router | Page routing & protected views |
| Tailwind CSS | Utility-first responsive UI |
| LocalStorage or Backend | (Optional) Persist data |
| Netlify | Hosting & continuous deployment |
git clone https://github.com/Gideon-Cameron/job-tracker-app.git
cd job-tracker-app
npm install