{"id":29443502,"url":"https://github.com/coding4deep/portfolio_tailwindcss","last_synced_at":"2025-07-13T16:09:10.770Z","repository":{"id":295157933,"uuid":"989169889","full_name":"Coding4Deep/Portfolio_tailwindCss","owner":"Coding4Deep","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-24T03:21:52.000Z","size":817,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T19:40:22.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Coding4Deep.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}},"created_at":"2025-05-23T17:06:38.000Z","updated_at":"2025-05-24T11:29:13.000Z","dependencies_parsed_at":"2025-05-24T00:28:09.948Z","dependency_job_id":"baa02a97-b2e3-4683-87bd-8e3648c309df","html_url":"https://github.com/Coding4Deep/Portfolio_tailwindCss","commit_stats":null,"previous_names":["coding4deep/my-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Coding4Deep/Portfolio_tailwindCss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coding4Deep%2FPortfolio_tailwindCss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coding4Deep%2FPortfolio_tailwindCss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coding4Deep%2FPortfolio_tailwindCss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coding4Deep%2FPortfolio_tailwindCss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coding4Deep","download_url":"https://codeload.github.com/Coding4Deep/Portfolio_tailwindCss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coding4Deep%2FPortfolio_tailwindCss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167972,"owners_count":23721561,"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":[],"created_at":"2025-07-13T16:08:54.574Z","updated_at":"2025-07-13T16:09:10.763Z","avatar_url":"https://github.com/Coding4Deep.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n\n# **DevOps Portfolio Website**\n\n[![React](https://img.shields.io/badge/React-20232A?style=flat-square\u0026logo=react\u0026logoColor=61DAFB)](https://reactjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=flat-square\u0026logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Vite](https://img.shields.io/badge/Vite-646CFF?style=flat-square\u0026logo=vite\u0026logoColor=white)](https://vitejs.dev/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-06B6D4?style=flat-square\u0026logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com/)\n[![shadcn/ui](https://img.shields.io/badge/shadcn--ui-000000?style=flat-square)](https://ui.shadcn.com/)\n[![Framer Motion](https://img.shields.io/badge/Framer_Motion-0055FF?style=flat-square)](https://www.framer.com/motion/)\n[![React Router](https://img.shields.io/badge/React_Router-CA4245?style=flat-square\u0026logo=react-router\u0026logoColor=white)](https://reactrouter.com/)\n[![React Hook Form](https://img.shields.io/badge/React_Hook_Form-EC5990?style=flat-square)](https://react-hook-form.com/)\n[![Zod](https://img.shields.io/badge/Zod-000000?style=flat-square\u0026logo=typescript\u0026logoColor=white)](https://github.com/colinhacks/zod)\n[![TanStack Query](https://img.shields.io/badge/TanStack_Query-FF4154?style=flat-square)](https://tanstack.com/query/latest)\n[![Lucide](https://img.shields.io/badge/Lucide-000000?style=flat-square)](https://lucide.dev/)\n\n\u003c/div\u003e\n\n---\n\n![DevOps Portfolio Screenshot](Screenshot2.png)\n\n## 📋 Features\n\n- **Responsive Design** — Looks great on all devices\n- **Modern UI** — Built with Tailwind CSS and shadcn/ui components\n- **Dark/Light Mode** — Theme switching support powered by [Tailwind CSS](https://tailwindcss.com/)\n- **Animated Page Transitions** — Powered by [Framer Motion](https://www.framer.com/motion/)\n- **Multiple Pages** — Home, About, Projects, Blog, and Contact sections\n- **DevOps Focus** — Content tailored for DevOps engineers\n- **Interactive Components** — Progress bars, cards, and more\n- **Form Validation** — Using [React Hook Form](https://react-hook-form.com/) and [Zod](https://github.com/colinhacks/zod)\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v18 or newer)\n- npm or yarn package manager\n\n### Installation\n\n```bash\ngit clone https://github.com/yourusername/devops-portfolio.git\ncd devops-portfolio\nnpm install\nnpm run dev\n```\n\nOpen your browser and visit: `http://localhost:8080`\n\n## 🖌️ Customization\n\n### Personal Information\n\nEdit data files inside `src/data/` to update your portfolio:\n\n- `projects.ts`: Portfolio projects\n- `skills.ts`: Technical skills\n- `blog.ts`: Blog posts\n\n### Colors and Styling\n\n- Modify color scheme in `src/styles/global.css`\n- Adjust Tailwind config in `tailwind.config.ts`\n\n### Adding New Pages\n\n- Create new component in `src/pages/`\n- Add route in `src/App.tsx`\n\n## 📦 Building for Production\n\n```bash\nnpm run build\n```\n\nThe production build outputs to the `dist/` directory.\n\n## 🔍 Preview Production Build\n\n```bash\nnpm run preview\n```\n\n## 🛠️ Technologies Used\n\n| Technology      | Description                         |\n| --------------- | --------------------------------- |\n| React           | Library for building UI            |\n| TypeScript      | Typed JavaScript                   |\n| Vite            | Next-gen frontend tooling          |\n| Tailwind CSS    | Utility-first CSS framework        |\n| shadcn/ui       | Modern Radix-based UI components   |\n| Framer Motion   | Animation library                  |\n| React Router    | SPA routing                       |\n| React Hook Form | Form validation                   |\n| Zod             | Schema validation                 |\n| TanStack Query  | Data fetching and caching          |\n| Lucide Icons    | Icon library                      |\n\n---\n\n\nDistributed under the [MIT License](./LICENSE). See the `LICENSE` file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoding4deep%2Fportfolio_tailwindcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoding4deep%2Fportfolio_tailwindcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoding4deep%2Fportfolio_tailwindcss/lists"}