A platform for job seekers build and improve their resume, via using AI. Free opensource!
The Job Application Tracker is a web application built with Next.js that helps users track their job applications across different stages. It provides a user-friendly interface to manage and organize job applications, interviews, offers, and rejections. (This is inspired from kanban)
- Job Categories: Track jobs in different categories such as Applied, Interviewing, Offers, and Rejected.
- Resume Tools: Includes a Resume Builder and Resume Analyzer to help users create and improve their resumes.
- Sidebar Navigation: Easy navigation between different job categories and resume tools.
- Applied: View a list of jobs you have applied to.
- Interviewing: Track jobs you are currently interviewing for.
- Offers: See jobs that have offered you a position.
- Rejected: Keep track of jobs you have been rejected from.
- Resume Builder: Use the Resume Builder to create a professional resume.
- Resume Analyzer: Analyze your resume to identify areas for improvement.
- Use the sidebar on the left to navigate between different job categories and resume tools.
To run the Job Application Tracker locally, follow these steps:
-
Clone the repository:
git clone https://github.com/blue-lotus-org/jobby.git cd jobby
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the application: Open your browser and navigate to
http://localhost:3000
to view the application.
- Environment Variables: Ensure you have the necessary environment variables set up. You can find an example
.env.example
file in the root directory (but not need on simple installation).
Contributions are welcome! Please just try to make it better for the community. Feel free to open issues or submit pull requests.
This is Free opensource application, feel free to use, run, edit, change, contribute, share, etc.
This project is licensed under the MIT, Apache2 Licenses. See the LICENSE
files for more details.
- UI by V0.dev
- Published by @blue-lotus-org