{"id":17948710,"url":"https://github.com/vehbiu/website","last_synced_at":"2025-04-11T15:31:22.545Z","repository":{"id":258426477,"uuid":"867078357","full_name":"vehbiu/website","owner":"vehbiu","description":"🌐 My personal portfolio website deployed on the web via Cloudflare Pages","archived":false,"fork":false,"pushed_at":"2025-01-04T02:29:13.000Z","size":2582,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T23:24:25.122Z","etag":null,"topics":["next","nextjs","personal","personal-website","portfolio","portfolio-website","react","reactjs","website"],"latest_commit_sha":null,"homepage":"https://vehbi.me/","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/vehbiu.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}},"created_at":"2024-10-03T12:16:24.000Z","updated_at":"2025-01-02T18:17:18.000Z","dependencies_parsed_at":"2024-10-19T00:04:21.415Z","dependency_job_id":"8ee99a7f-98ba-4981-afe2-a1a4fd0e3bda","html_url":"https://github.com/vehbiu/website","commit_stats":null,"previous_names":["vehbiu/website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vehbiu","download_url":"https://codeload.github.com/vehbiu/website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248431411,"owners_count":21102195,"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":["next","nextjs","personal","personal-website","portfolio","portfolio-website","react","reactjs","website"],"created_at":"2024-10-29T09:09:15.630Z","updated_at":"2025-04-11T15:31:17.531Z","avatar_url":"https://github.com/vehbiu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Portfolio Website\n\n![NextJs](https://img.shields.io/badge/Next-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Framer](https://img.shields.io/badge/Framer_Motion-0055FF?style=for-the-badge\u0026logo=framer\u0026logoColor=white)\n\nA modern, animated portfolio website built with React, TypeScript, and TailwindCSS. This project showcases my skills, projects, and professional journey as a developer.\n\n## 🌟 Features\n\n- **Responsive Design**: Looks great on all devices\n- **Smooth Animations**: Powered by Framer Motion\n- **Interactive UI**: Dynamic elements that respond to user actions\n- **Type-Safe**: Built with TypeScript for robust code\n- **Modern Styling**: Utilizes TailwindCSS for a clean, modern look\n\n## 🚀 Demo\n\nVisit the live website at [vehbi.me](https://vehbi.me)\n\n![Website Preview](https://github.com/vehbiu/website/blob/master/.readme/preview.png)\n\n## 🛠️ Technologies Used\n\n- React (via NextJS)\n- TypeScript\n- TailwindCSS\n- Framer Motion\n- Lucide Icons\n\n## ⚙️ Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/vehbiu/website.git\n```\n\n2. Install dependencies\n```bash\nnpm install\n```\n\n3. Start the development server\n```bash\nnpm run dev\n```\n\n## 📁 Project Structure\n\n```\nsrc/\n├── components/\n│   ├── item-list.tsx    # Reusable component for listing skills\n│   └── project-list.tsx # Component for displaying projects\n├── App.tsx              # Main application component\n└── ...\n```\n\n## 🎨 Customization\n\n### Adding New Projects\n\nTo add a new project, modify the `projects` array in `page/app.tsx`:\n\n```typescript\nconst newProject = {\n  title: \"Project Name\",\n  description: \"Project description goes here\",\n  url: \"https://project-url.com\",\n  gh: \"https://github.com/username/project\"\n};\n```\n\n### Updating Skills / Tech Stack\n\nModify the `techStack` array in the `page/app.tsx`:\n\n```typescript\nconst newSkill = {\n  name: \"Skill Name\",\n  url: \"https://skill-documentation-url.com\"\n};\n```\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/vehbiu/website/issues).\n\n## 👤 Author\n\n**Vehbi**\n\n- Website: [vehbi.me](https://vehbi.me)\n- GitHub: [@vehbiu](https://github.com/vehbiu)\n\n## 🙏 Acknowledgments\n\n- Icons provided by [Lucide](https://lucide.dev/)\n- Animation library: [Framer Motion](https://www.framer.com/motion/)\n\n## 📊 Stats\n\n![GitHub stars](https://img.shields.io/github/stars/vehbiu/website?style=social)\n![GitHub forks](https://img.shields.io/github/forks/vehbiu/website?style=social)\n\n---\n\nMade with ❤️ by [@vehbiu](https://github.com/vehbiu)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvehbiu%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvehbiu%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvehbiu%2Fwebsite/lists"}