{"id":36985391,"url":"https://github.com/thughari/jobtrackerpro-ui","last_synced_at":"2026-01-13T23:01:45.101Z","repository":{"id":329014336,"uuid":"1115935605","full_name":"thughari/JobTrackerPro-UI","owner":"thughari","description":"The modern frontend interface for JobTrackerPro. Track, manage, and organize your job applications in one place","archived":false,"fork":false,"pushed_at":"2026-01-09T08:42:16.000Z","size":1955,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-13T19:43:33.706Z","etag":null,"topics":["angular","career-management","dashboard","frontend","job-tracker","typescript","ui"],"latest_commit_sha":null,"homepage":"https://thughari.github.io/JobTrackerPro-UI/","language":"HTML","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/thughari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-12-13T21:17:47.000Z","updated_at":"2026-01-09T08:41:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thughari/JobTrackerPro-UI","commit_stats":null,"previous_names":["thughari/jobtrackerpro-ui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thughari/JobTrackerPro-UI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thughari%2FJobTrackerPro-UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thughari%2FJobTrackerPro-UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thughari%2FJobTrackerPro-UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thughari%2FJobTrackerPro-UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thughari","download_url":"https://codeload.github.com/thughari/JobTrackerPro-UI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thughari%2FJobTrackerPro-UI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["angular","career-management","dashboard","frontend","job-tracker","typescript","ui"],"created_at":"2026-01-13T23:01:43.694Z","updated_at":"2026-01-13T23:01:45.088Z","avatar_url":"https://github.com/thughari.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JobTrackerPro UI 🎨\n\n![Angular](https://img.shields.io/badge/Angular-17+-red)\n![TailwindCSS](https://img.shields.io/badge/Tailwind-CSS-blue)\n![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)\n\nThe modern, responsive frontend for **JobTrackerPro**. Built with Angular and TailwindCSS, it provides a seamless user experience for tracking job applications and visualizing career progress.\n\n## 🔗 Quick Links\n\n*   **Live Application:** [https://thughari.github.io/JobTrackerPro-UI](https://thughari.github.io/JobTrackerPro-UI)\n*   **Backend Repository:** [github.com/thughari/JobTrackerPro](https://github.com/thughari/JobTrackerPro)\n*   **Backend API URL:** [jobtracker-service-963261513098.asia-south1.run.app](https://jobtracker-service-963261513098.asia-south1.run.app)\n\n## ✨ Key Features\n\n*   **📊 Interactive Dashboard:** Real-time statistics using **D3.js** interactive charts.\n*   **👤 Advanced Profile:** Atomic updates for profile data, supporting file uploads (R2) and external URLs.\n*   **🌗 Theming:** Built-in **Dark Mode** support persisted via LocalStorage.\n*   **⚡ Optimistic UI:** Smart caching and context-aware data fetching to minimize network latency.\n*   **🔒 Security:** JWT-based authentication with route guards (`AuthGuard`, `GuestGuard`).\n\n## 🛠️ Tech Stack\n\n*   **Framework:** Angular 17+ (Standalone Components, Signals)\n*   **Styling:** TailwindCSS\n*   **Icons:** Phosphor Icons\n*   **Charts:** D3.js\n*   **Deployment:** GitHub Pages\n\n## 🚀 Getting Started\n\n1.  **Clone the repository**\n    ```bash\n    git clone https://github.com/thughari/JobTrackerPro-UI.git\n    cd JobTrackerPro-UI\n    ```\n2.  **Install Dependencies**\n    ```bash\n    npm install\n    ```\n3.  **Configure API**\n    Update `src/environments/environment.prod.ts` to point to your Cloud Run URL.\n4.  **Run Development Server**\n    ```bash\n    ng serve\n    ```\n\n## 📂 Project Structure\n```text\nsrc/app/\n├── components/          # Standalone UI Components (Auth, Dashboard, Profile)\n├── services/            # API Communication \u0026 Signal Store\n├── core/                # Guards \u0026 Interceptors\n└── shared/              # Pipes and Utilities\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthughari%2Fjobtrackerpro-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthughari%2Fjobtrackerpro-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthughari%2Fjobtrackerpro-ui/lists"}