Job application tracker is a tool that helps job seekers manage and organize the jobs they have applied to. It allows users to keep track of their job applications, including the job title, company, and date applied.
Demo: Job application Tracker
To install and run Job Application Tracker, follow these steps:
- Make sure you have Node.js and MongoDB installed.
- Clone the repository to your local folder.
- Create a .env file in your root folder and put your local mongoDB URL such as: MONGODB_URI="mongodb://localhost:27017/your_db_name"
- Navigate to the folder, first run
npm intall
to install the dependencies and then runnpm run dev
to run the program. - Open your browser and navigate to localhost:3000. (make sure it's running on port 3000, otherwise you'll need to change the url in statistics.js page to the corresponding port.)
- Now you can use it to track your job applications.
- Enter the job you just applied
- Manage your records ( update status or simply delete it)
- Personalized statistics
- Fork the repository.
- Make your changes in a new branch.
- Submit a pull request.