Title
MERN Stack Job Tracker with Drag & Drop and Secure User AuthenticationDescription
Built a job application tracker using the MERN stack (MongoDB, Express.js, React, Node.js).
Implemented drag-and-drop functionality for managing jobs in columns: Applied, Interviewed, Offer.
Developed secure user registration, login, and logout with JWT authentication.
Used MongoDB for persistent storage to securely save user job data.
Eliminated localStorage reliance to ensure data privacy and multi-session access.