{"id":16078549,"url":"https://github.com/hombre2014/job-tracker-frontend","last_synced_at":"2026-02-16T11:20:22.300Z","repository":{"id":224774974,"uuid":"764171301","full_name":"Hombre2014/job-tracker-frontend","owner":"Hombre2014","description":"The front end of the Job Tracker website (Huntr.co clone). Track your job applications for free.","archived":false,"fork":false,"pushed_at":"2026-02-06T20:03:28.000Z","size":4668,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-02-07T06:06:41.240Z","etag":null,"topics":["appwrite","appwrite-storage","axios","brandfech-api","clearbit-api","date-fns","jsonwebtoken","nextjs","nextjs14","radix-ui","react","redux","redux-persist","redux-toolkit","resend","resend-email-verification","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://online-job-trackr.vercel.app","language":"TypeScript","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/Hombre2014.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-27T15:53:46.000Z","updated_at":"2026-02-06T20:07:57.000Z","dependencies_parsed_at":"2024-03-14T12:42:17.273Z","dependency_job_id":"5b9625d3-23a2-48fd-9b63-ad169b329ece","html_url":"https://github.com/Hombre2014/job-tracker-frontend","commit_stats":null,"previous_names":["hombre2014/job-tracker-frontend"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Hombre2014/job-tracker-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fjob-tracker-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fjob-tracker-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fjob-tracker-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fjob-tracker-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hombre2014","download_url":"https://codeload.github.com/Hombre2014/job-tracker-frontend/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fjob-tracker-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["appwrite","appwrite-storage","axios","brandfech-api","clearbit-api","date-fns","jsonwebtoken","nextjs","nextjs14","radix-ui","react","redux","redux-persist","redux-toolkit","resend","resend-email-verification","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-10-09T10:20:22.962Z","updated_at":"2026-02-16T11:20:22.282Z","avatar_url":"https://github.com/Hombre2014.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Job Tracker\r\n\r\n\u003e A Huntr.co clone for tracking online job applications.\r\n\r\n## Built With\r\n\r\n- Libraries: React\r\n- Framework: Next.js\r\n- Major languages: TypeScript\r\n\r\n## Backend repository\r\n\r\n- [Job Tracker Backend](https://github.com/Hombre2014/job-tracker-backend)\r\n\r\n## Screenshots\r\n\r\n- The Dashboard\r\n\r\n  ![Dashboard](/public/images/Dashboard.png)\r\n\r\n- The job application\r\n\r\n  ![Job Application](/public/images/Job_Application.png)\r\n\r\n## Deployment\r\n\r\n- Deployed on Vercel: [Job Tracker](https://online-job-trackr.vercel.app/)\r\n\r\n## Usage\r\n\r\n### Requirements\r\n\r\n- Node.js (v21 or later)\r\n- Docker\r\n\r\n### Start the backend\r\n\r\n- Clone the backend: `git clone https://github.com/Hombre2014/job-tracker-backend`\r\n- Change the directory: `cd job-tracker-backend`\r\n- Start Docker\r\n- Launch Postgres: `docker compose up -d postgres_dev` # ensure service exists in docker-compose.yml\r\n- Copy environment template: `cp .env.backend.example .env` and adjust values\r\n- You will need Appwrite account for the file upload functionality. You can get it from [Appwrite](https://appwrite.io/). Create a new project and copy the PROJECT_ID and BUCKET_ID to your `.env` file.\r\n- You will need a Resend account with token and notification email address, which is required for sending emails. You can get it from [Resend](https://resend.com/). Create a new account and copy the token to your `.env` file. Also set the notification email address in the `.env` file.\r\n- Run the migrations: `yarn run typeorm migration:run -d src/data-source.ts`\r\n- Run the backend: `yarn run start`\r\n\r\n### Start the frontend\r\n\r\n- Clone the repository: `git clone https://github.com/Hombre2014/job-tracker-frontend`\r\n- Change the directory: `cd job-tracker-frontend`\r\n- Install the dependencies: `npm install`\r\n- Run the app: `npm run dev`\r\n- Open browser: `http://localhost:3000`\r\n\r\n## Authors\r\n\r\n👤 **Yuriy Chamkoriyski**\r\n\r\n- GitHub: [@Hombre2014](https://github.com/Hombre2014)\r\n- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)\r\n- LinkedIn: [axebit](https://linkedin.com/in/axebit)\r\n\r\n👤 **Bohdan Shcherbak**\r\n\r\n- GitHub: [@akucintavalent](https://github.com/akucintavalent)\r\n- LinkedIn: [Bohdan Shcherbak](https://www.linkedin.com/in/bohdan-shcherbak/)\r\n\r\n## 🤝 Contributing\r\n\r\nContributions, issues, and feature requests are welcome!\r\n\r\nFeel free to check the [issues page](https://github.com/Hombre/job-tracker-frontend/issues).\r\n\r\n## Show your support\r\n\r\nGive a ⭐️ if you like this project!\r\n\r\n## 📝 License\r\n\r\nThis project is [MIT](./license.md) licensed.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhombre2014%2Fjob-tracker-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhombre2014%2Fjob-tracker-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhombre2014%2Fjob-tracker-frontend/lists"}