This is a job search tracker application built with the MERN (MongoDB, Express, React, Node.js) stack. The application allows users to track their job search progress, including job applications, interviews, and job offers.

To get started with the application, follow these steps:
-
Clone the repository to your local machine.
-
Install the dependencies by running npm install in the root directory and the client directory.
-
Create a .env file in the root directory and set the following environment variables:
MONGODB_URL=<your MongoDB connection string>JWT_SECRET=<a secret key for JSON Web Tokens>JWT_EXPIRE=<Your time limit>
-
Start the server by running npm run server in the root directory.
-
Start the client by running npm start in the client directory.
Once the application is running, you can use it to track your job search progress. You can add new job applications, including the job title, company, location, and application date. You can also update the status of each application, including whether you've received a response, whether you've been invited for an interview, and whether you've received a job offer.
The application also allows you to add notes and reminders for each job application, which can be useful for keeping track of follow-up emails and phone calls.
The following technologies were used to build the application:
- MongoDB: A NoSQL database used to store job application data.
- Express: A Node.js web application framework used to build the server-side API.
- React: A JavaScript library used to build the client-side user interface.
- Node.js: A JavaScript runtime used to build the server-side API.
- JSON Web Tokens (JWT): A standard for securely transmitting information between parties as a JSON object.
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you want to contribute code, please fork the repository and submit a pull request.
If you have any questions or comments about the project, please contact me at chriswillthedev@gmail.com.
