A simple and efficient web app to help users organize and manage their job search.
Users can track job applications, save job details, and maintain their company and education information.
- 🧾 Track job applications and saved jobs
- 🏢 Manage company and education details
- 👤 User onboarding and login system
- 💾 MongoDB database integration
- 🌐 Clean frontend using HTML, CSS, and JavaScript
- Backend: Node.js, Express.js, MongoDB, Mongoose
- Frontend: HTML, CSS, JavaScript
- Clone the repository
git clone https://github.com/your-username/jobapplicationtracker.git cd jobapplicationtracker - Install dependencies npm install 3.Configure environment variables Create a .env file in the root directory and add: MONGO_URI=your_mongodb_connection_string PORT=5000 4.Run the application node server.js