{"id":29013191,"url":"https://github.com/ishivaniyadav/worksyra","last_synced_at":"2026-05-06T19:07:09.351Z","repository":{"id":301099564,"uuid":"1003813423","full_name":"ishivaniyadav/WorkSyra","owner":"ishivaniyadav","description":"WorkSyra is a modern, responsive job tracking web application built with React, React Router, and Tailwind CSS. It allows users to manage their job applications by adding, viewing, and tracking statuses, along with personal profile management.","archived":false,"fork":false,"pushed_at":"2025-06-25T05:54:07.000Z","size":125,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T06:37:50.464Z","etag":null,"topics":["react","react-router","tailwind-css"],"latest_commit_sha":null,"homepage":"https://worksyra.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ishivaniyadav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-06-17T17:51:24.000Z","updated_at":"2025-06-25T05:54:10.000Z","dependencies_parsed_at":"2025-06-25T06:48:15.149Z","dependency_job_id":null,"html_url":"https://github.com/ishivaniyadav/WorkSyra","commit_stats":null,"previous_names":["ishivaniyadav/worksyra"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishivaniyadav/WorkSyra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivaniyadav%2FWorkSyra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivaniyadav%2FWorkSyra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivaniyadav%2FWorkSyra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivaniyadav%2FWorkSyra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishivaniyadav","download_url":"https://codeload.github.com/ishivaniyadav/WorkSyra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivaniyadav%2FWorkSyra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937078,"owners_count":23232852,"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":["react","react-router","tailwind-css"],"created_at":"2025-06-25T19:10:21.925Z","updated_at":"2026-05-06T19:07:09.320Z","avatar_url":"https://github.com/ishivaniyadav.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 WorkSyra - Job Tracking Dashboard\n\n**WorkSyra** is a modern, responsive job tracking web application built with **React**, **React Router**, and **Tailwind CSS**. It allows users to manage their job applications by adding, viewing, and tracking statuses, along with managing their personal profiles.\n\n---\n\n## 🌐 Live Demo\n\n🔗 [Click here to view the live site](https://worksyra.vercel.app/)\n\n---\n\n## 📸 Screenshots\n\n![Dashboard](https://github.com/user-attachments/assets/d9ba0c71-d9f0-48a5-96a4-eee072a2238a)\n![Job Form](https://github.com/user-attachments/assets/217ac9aa-da81-4b4e-b8b9-cf3d8949b109)\n![All Jobs](https://github.com/user-attachments/assets/221c1934-82d3-4505-af1d-0720bb1c599a)\n![Profile](https://github.com/user-attachments/assets/e8766849-d343-4b68-8cd8-a10dcca13ebe)\n![Mobile View](https://github.com/user-attachments/assets/3821d7c1-6bc3-459e-b64e-aac9aa2a9b86)\n\n---\n\n## 🛠 Tech Stack\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"https://skillicons.dev/icons?i=react,tailwind,js,vite\" alt=\"Tech stack\" height=\"40\" /\u003e\n\u003c/div\u003e\n\n- ⚛️ **React**\n- 🧭 **React Router DOM**\n- 💨 **Tailwind CSS**\n- ⚡ **Vite**\n\n---\n\n## 🧑‍💻 Features\n\n- 📊 **Stats Dashboard** — Track job applications (Pending, Interview, Declined)\n- 📝 **Add Job** — Add position, company, job type, and status\n- 📋 **All Jobs** — View all your submitted applications\n- 🔍 **Edit/Delete Jobs** — Update or remove job entries\n- 👤 **Profile Management** — Update your personal info like name, email, location\n- 🎨 **Responsive UI** — Seamlessly adapts to desktop, tablet, and mobile devices\n\n---\n\n## 🧰 Setup Instructions\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/ishivaniyadav/WorkSyra.git\ncd WorkSyra\n````\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Configure Tailwind\n\nIf Tailwind isn't already set up, do the following:\n\n```bash\nnpx tailwindcss init -p\n```\n\nThen, update `tailwind.config.js`:\n\n```js\nmodule.exports = {\n  content: [\"./src/**/*.{js,jsx}\"],\n  theme: {\n    extend: {},\n  },\n  plugins: [],\n};\n```\n\nAnd in `src/index.css`:\n\n```css\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n```\n\n### 4. Run the App\n\n```bash\nnpm run dev\n```\n\n\u003e App will be live at `http://localhost:5173/` by default.\n\n---\n\n## 📝 License\n\nThis project is licensed under the **MIT License**.\nFeel free to use, fork, and improve!\n\n---\n\n## 🙋‍♀️ Author\n\nMade with ❤ by [Shivani Yadav](https://github.com/ishivaniyadav)\n\n\u003e Contributions and feedback are always welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishivaniyadav%2Fworksyra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishivaniyadav%2Fworksyra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishivaniyadav%2Fworksyra/lists"}