Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.44 KB

README.md

File metadata and controls

76 lines (50 loc) · 2.44 KB
Public | Free OpenSource

jobby

A platform for job seekers build and improve their resume, via using AI. Free opensource!


Job Application Tracker

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)

Features

  • 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.

How to Use

Job Categories

  1. Applied: View a list of jobs you have applied to.
  2. Interviewing: Track jobs you are currently interviewing for.
  3. Offers: See jobs that have offered you a position.
  4. Rejected: Keep track of jobs you have been rejected from.

Resume Tools

  1. Resume Builder: Use the Resume Builder to create a professional resume.
  2. Resume Analyzer: Analyze your resume to identify areas for improvement.

Navigation

  • Use the sidebar on the left to navigate between different job categories and resume tools.

Installation

To run the Job Application Tracker locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/blue-lotus-org/jobby.git
    cd jobby
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open the application: Open your browser and navigate to http://localhost:3000 to view the application.

Configuration

  • 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).

Contributing

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.

License

This project is licensed under the MIT, Apache2 Licenses. See the LICENSE files for more details.

Credits