{"id":14955757,"url":"https://github.com/tgaeta/job_tracker","last_synced_at":"2025-10-24T08:31:14.659Z","repository":{"id":248722558,"uuid":"829202726","full_name":"tgaeta/job_tracker","owner":"tgaeta","description":"Efficiently manage and track your job application history","archived":false,"fork":false,"pushed_at":"2024-10-01T13:22:16.000Z","size":1065,"stargazers_count":7,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T09:08:41.661Z","etag":null,"topics":["hotwire-stimulus","jobsearch","ruby-on-rails","tracker-application"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tgaeta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T01:08:41.000Z","updated_at":"2025-01-15T04:51:04.000Z","dependencies_parsed_at":"2024-09-24T13:24:16.141Z","dependency_job_id":null,"html_url":"https://github.com/tgaeta/job_tracker","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"fe2d296b625fd91275eb1338318eebe9fed4bd70"},"previous_names":["tgaeta/job_tracker"],"tags_count":0,"template":false,"template_full_name":"yatish27/shore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgaeta%2Fjob_tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgaeta%2Fjob_tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgaeta%2Fjob_tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgaeta%2Fjob_tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgaeta","download_url":"https://codeload.github.com/tgaeta/job_tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237937826,"owners_count":19390545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hotwire-stimulus","jobsearch","ruby-on-rails","tracker-application"],"created_at":"2024-09-24T13:11:40.890Z","updated_at":"2025-10-24T08:31:14.169Z","avatar_url":"https://github.com/tgaeta.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"left\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/c5840b5d-efc9-4644-95ff-ac94c546a5d8\" width=\"128px\"/\u003e\n  \u003c/a\u003e\n\n  Job Tracker\n\n  \u003cp align=\"left\"\u003e\n    \u003ca href=\"https://github.com/tgaeta/job_tracker/actions\"\u003e\n      \u003cimg alt=\"Build Status\" src=\"https://github.com/tgaeta/job_tracker/actions/workflows/ci.yml/badge.svg\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/tgaeta/job_tracker/blob/master/LICENSE.txt\"\u003e\n      \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-428F7E.svg\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/github/tgaeta/job_tracker/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/1cd4e3f1c0a4c5af29b1/maintainability\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/h1\u003e\n\n## Introduction 📜\n\nJob Tracker is a simple, powerful, and user-friendly web application designed to help job seekers efficiently manage their job search process. Built with Ruby on Rails and enhanced with modern web technologies, this tool streamlines the often overwhelming task of tracking multiple job applications.\n\n\u003cimg alt=\"UI Screenshot\" src=\"https://github.com/user-attachments/assets/09f11ccf-e266-457f-bac6-f2b4183f1377\"/\u003e\n\n## Key Features\n\n- **Intuitive Interface**: Easy-to-use dashboard for quick overview of all job applications.\n- **Detailed Tracking**: Record essential information for each application, including:\n  - Applied On Date\n  - Company Name\n  - Position Title\n  - Postion Type (Full-time, Part-time, Internship)\n  - Contact Method\n  - Point of Contact (P.o.C.)\n  - Email\n  - Website\n  - Status (No response, Interviewing, Job offer, Hired, Not hired)\n  - Location (Hybrid, Remote, In office)\n- **Dynamic Filtering**: Quickly find specific applications using search and filter options.\n- **Real-time Updates**: Leveraging Hotwire for seamless, dynamic content updates without full page reloads.\n- **Responsive Design**: Fully functional on both desktop and mobile devices.\n\n## Technical Stack\n\n- **Backend**: Ruby on Rails 7\n- **Frontend**:\n  - Tailwind CSS for styling\n  - Hotwire (Turbo and Stimulus) for dynamic interactions\n  - Vite for modern JavaScript bundling\n- **Database**: PostgreSQL\n\n## Getting Started 🚀\n\n### System Requirements\nYou will need the following to run the application.\n\n- [**Ruby 3.3.1**](./docs/installing_prerequisites.md#ruby)\n- [**PostgreSQL 16.3**](./docs/installing_prerequisites.md#postgresql)\n- [**Bun**](./docs/installing_prerequisites.md#bun)\n\nRefer [here](./docs/installing_prerequisites.md) to install these dependencies\n\n\n### Running the application\n\nRun `bin/setup` to set up the application. It prepares the database and installs the required ruby gems and javascript packages. The script is idempotent, so you can run it multiple times.\n\n```bash\n./bin/setup\n```\n\nStart Job Tracker\n\n```bash\n./bin/dev\n```\n\nThis runs overmind or foreman using the Procfile.dev. It starts the rails server, solid queue background job process and vite server.\n\nVisit `http://localhost:3000` to see the home page 🚀.\n\n## Seed Data\n\nTo help you get started and test the application's features, I've included a seed file that generates 50 sample job applications. This data is designed to simulate a realistic job search scenario.\n\n```bash\nrails db:seed\n```\n\n### Running locally with docker\nJob Tracker supports docker and docker compose for local development.\nInstall Docker and Docker desktop,\n\nOnce you have cloned the repository and have Docker installed, follow the following steps\n\n- Run `docker compose build` to build. It will build the necessary images.\n- Run `docker-compose run --rm web bin/setup` to create and set up the database.\n- Run `docker compose up` to start the application.\nSince the local code from your host machine is mounted in the docker container, any change made locally will be directly reflected. You don't need to rebuild the container.\n\n## Deployment 📦\n- Heroku\n- Render\n\n## Testing 🧪\nRunning all tests\n```\n./bin/rails test:all\n```\n\n## License 🔑\nJobTracker is released under the [MIT License](./LICENSE.txt).\n\n\n## Contributing 🤝\n\n**Contributions Welcome:** I'm open to contributions! If you'd like to help improve this project:\n\n1. Fork the repository\n2. Create a new branch for your feature or bug fix\n3. Make your changes and commit them with clear, descriptive messages\n4. Push your changes to your fork\n5. Create a pull request with a detailed description of your changes\n\nI appreciate all contributions, big or small. Let's build something great together! 🚀\n\n🚧 **Note:** This project is currently under active development and is very much a work in progress. Features may change.\n\n## Acknowledgements\n\nThis project was built upon the foundation provided by [Shore](https://github.com/yatish27/shore), a Ruby on Rails template with a modern stack for starting new projects. I express my gratitude to the Shore project for providing an excellent starting point.\n\n\u003e Shore is a Ruby on Rails template with modern stack to start your new project.\n\nI highly recommend checking out the Shore project for anyone looking to kickstart their Ruby on Rails development with a modern, well-structured template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgaeta%2Fjob_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgaeta%2Fjob_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgaeta%2Fjob_tracker/lists"}