"Your all-in-one tool to search, track, and manage your job applications efficiently!"
JobTracker is a full-featured job search and tracking application designed to help job seekers stay organized and increase their efficiency during the job hunt. It eliminates the chaos of multiple job portals, lost application links, and missed deadlines by providing a centralized dashboard with the following features:
- β Search for jobs directly within the app using integrated APIs (Google Jobs & Adzuna).
- β Save job listings instantly from search results to your personal dashboard.
- β Add, edit, and delete job applications manually.
- β Track application progress (Applied, Interviewing, Offer, Rejected, etc.).
- β Use the built-in calendar to schedule deadlines, follow-ups, and interviews.
- β Sort and filter applications by company, date applied, and job status.
Whether you're actively searching or tracking long-term applications, JobTracker makes the process organized, effortless, and stress-free!
- React.js β Component-based UI development.
- React Router β Client-side routing.
- Bootstrap 5 β Responsive UI and styling.
- Axios β API calls to the backend.
- React Hooks β State and effect management.
- Node.js β Server-side runtime.
- Express.js β RESTful API for handling job applications and authentication.
- MongoDB Atlas β Cloud database for persistent storage.
- Mongoose β ODM (Object Data Modeling) for MongoDB.
- SERPAPI (Google Jobs API) β Fetch job listings from Googleβs job search results.
- Adzuna API β Additional job listings for a broader job search experience.
- JWT (JSON Web Tokens) β Secure authentication.
- BCrypt.js β Password hashing.
- Nodemailer β Email service for password recovery.
- Heroku β Backend and frontend hosting.
- MongoDB Atlas β Cloud database hosting.
- Git & GitHub β Version control and collaboration.
- Frontend + Backend Integration β Connecting a React-based frontend with an Express/MongoDB backend.
- RESTful API Development β CRUD operations (Create, Read, Update, Delete).
- Modular Code Structure β Organized folder structure for scalability.
- Middleware Implementation β Authentication middleware for route protection.
- Environment Variables (
.env
) β Securing API keys & database credentials.
- MongoDB Atlas β Storing job application details.
- React State (
useState
,useEffect
) β Managing dynamic UI updates. - Filtering & Sorting Algorithms β Sorting jobs by date, company, and status.
- JWT Authentication β Secure user login.
- Password Hashing with Bcrypt β Secure password storage.
- User Session Management β Local storage handling for authentication.
- Responsive UI with Bootstrap β Mobile-friendly design.
- Optimized API Calls with Axios β Efficient data fetching and state updates.
- Loading States & Error Handling β Improved user experience with alerts and form validation.
- Signup/Login: Create an account to start tracking job applications.
- Forgot Password: Reset credentials via email if needed.
- Add & Edit Jobs: Manually add job applications or update existing ones.
- Status Updates: Track application progress (Applied, Interviewing, Offer, etc.).
- Interactive Calendar: Schedule deadlines and interview dates.
- Sort by Date Applied, Company, or Status.
- Filter by Status (Applied, Interviewing, Offer, etc.)
- Search Functionality β Quickly find specific job entries.
- Search for jobs using the built-in job search powered by Google Jobs API & Adzuna API.
- Save job listings with one click to track them on your dashboard.
- View job posts directly on the employerβs website.
- Secure Storage: User credentials are encrypted.
- Authenticated Routes: Access control using JWT.
- Backend Validation: Prevents invalid or duplicate entries.
- Task Reminders & Notifications β Get notified about follow-ups, upcoming interviews, and deadlines.
- Job Application Auto-Fill β Extract application details automatically.
- Job Insights & Analytics β Track application trends over time.
- Multi-User Collaboration β Shared job tracking for teams or career coaches.
- AI-Based Job Matching β Get job recommendations based on your saved applications.
git clone https://github.com/cltxvz/jobTracker.git
cd jobTracker
npm install
Create a .env
file in the root directory and add:
MONGO_URI=your-mongodb-atlas-connection-string
JWT_SECRET=your-secret-key
EMAIL_USER=your-email@gmail.com
EMAIL_PASS=your-email-password
npm start
or
node server.js
cd client
npm install
npm start
Then, visit:
http://localhost:3000
JobTracker: https://jobtracker-frontend-32244539ef91.herokuapp.com
Carlos A. CΓ‘rdenas
π If you found this project useful, star the repo and feel free to contribute!
This project demonstrates full-stack development, API integration, authentication, data management, and UI/UX best practices. It was built to enhance job search efficiency and help job seekers stay organized.
Thank you for checking out JobTracker! π―πΌπ