A Job Application Tracker built with React.js, designed to help users manage their job applications efficiently
Dashboard displaying all saved job applications with: Search bar, Filter by status, and Counters showing the number of applications by status.
Add Job Application Page with fields for job title, company, location, status, and optional description.
Job Application Details Page with options to edit or delete an entry.
Import & Export applications in .json format.
Responsive layout optimized for both desktop and mobile.
Navigation from page to another using React Router without page reloads.
Clean, modern UI built with Tailwind CSS v4.
Dark Mode toggle with theme persistence via "localStorage".
React.js - Tailwind CSS v4 - React Router - Context API