{"id":26451311,"url":"https://github.com/knotzerio/portfolio","last_synced_at":"2026-04-13T19:31:44.179Z","repository":{"id":318572351,"uuid":"1069362176","full_name":"KnotzerIO/portfolio","owner":"KnotzerIO","description":"🚀 Modern interactive portfolio website built with Next.js 15","archived":false,"fork":false,"pushed_at":"2026-03-24T00:55:54.000Z","size":3222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T00:20:13.801Z","etag":null,"topics":["dark-theme","javascript","nextjs","nextjs-portfolio","portfolio","portfolio-website","react","react-portfolio"],"latest_commit_sha":null,"homepage":"https://www.knotzer.io","language":"JavaScript","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/KnotzerIO.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-03T20:11:13.000Z","updated_at":"2026-03-24T00:55:57.000Z","dependencies_parsed_at":"2025-10-08T01:29:31.246Z","dependency_job_id":null,"html_url":"https://github.com/KnotzerIO/portfolio","commit_stats":null,"previous_names":["knotzerio/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KnotzerIO/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnotzerIO%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnotzerIO%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnotzerIO%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnotzerIO%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnotzerIO","download_url":"https://codeload.github.com/KnotzerIO/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnotzerIO%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["dark-theme","javascript","nextjs","nextjs-portfolio","portfolio","portfolio-website","react","react-portfolio"],"created_at":"2025-03-18T16:52:32.262Z","updated_at":"2026-04-13T19:31:44.160Z","avatar_url":"https://github.com/KnotzerIO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 My personal Portfolio Website\n\nA stunning, interactive portfolio website built with Next.js 15. Designed to showcase professional skills and experience with modern web technologies.\n\n![Portfolio Preview](https://img.shields.io/badge/Status-Live-brightgreen)\n![Next.js](https://img.shields.io/badge/Next.js-15-black)\n![React](https://img.shields.io/badge/React-19-blue)\n![Tailwind CSS](https://img.shields.io/badge/Tailwind-3.0-38B2AC)\n![Framer Motion](https://img.shields.io/badge/Framer%20Motion-Latest-FF69B4)\n\n## ✨ Features\n\n### 🎨 **Interactive Design**\n- **Dynamic Background**: Mouse-following gradients with animated blur effects\n- **3D Globe Visualization**: Interactive globe with location markers using Cobe\n- **Smooth Animations**: Powered by Framer Motion for seamless transitions\n- **Responsive Design**: Perfect display across all devices and screen sizes\n\n### 💻 **Interactive Terminal**\n- **Live Command Interface**: Fully functional terminal with multiple commands\n- **Command History**: Navigate through previous commands with arrow keys\n- **Auto-completion**: Smart suggestions and tab completion\n- **Expandable UI**: Resizable terminal window for better user experience\n- **Custom Commands**: \n  - `help` - Show available commands\n  - `about` - Display personal information\n  - `skills` - List technical skills\n  - `contact` - Show contact details\n  - `neofetch` - System information display\n  - And more!\n\n### 🌟 **Modern UI Elements**\n- **Glass Morphism**: Beautiful frosted glass effects throughout\n- **Dark Theme**: Sleek dark design with purple/blue accents\n\n## 🛠️ Tech Stack\n\n- **Framework**: [Next.js 15](https://nextjs.org/) with App Router\n- **Frontend**: [React 19](https://reactjs.org/) with Hooks\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/) for rapid UI development\n- **Animations**: [Framer Motion](https://www.framer.com/motion/) for smooth transitions\n- **Icons**: [Lucide React](https://lucide.dev/) for beautiful icons\n- **Font**: [Inter](https://fonts.google.com/specimen/Inter) for clean typography\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Node.js 18+ \n- npm or yarn package manager\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/KnotzerIO/portfolio.git\n   cd portfolio\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Run the development server**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n4. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n\n## 🎨 Customization\n\n### **Personal Information**\nUpdate your personal details in the following components:\n- `src/components/Hero.js` - Name and title\n- `src/components/AboutMe.js` - About text and quotes\n- `src/components/InteractiveTerminal.js` - Command responses\n\n### **Styling**\n- Modify colors in `tailwind.config.js`\n- Adjust animations in component files\n- Customize the globe markers in `Globe.js`\n\n### **Terminal Commands**\nAdd new commands in `InteractiveTerminal.js`:\n```javascript\n{\n    name: \"your-command\",\n    description: \"Command description\",\n    execute: (args) =\u003e {\n        return \"Command output\";\n    },\n}\n```\n\n## 🌐 Deployment\n\n### Vercel \n1. Push your code to GitHub\n2. Connect your repository to [Vercel](https://vercel.com)\n3. Deploy automatically with every push\n\n### Other Platforms\n- **GitHub Pages**: Use `npm run export` for static export\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n⭐ **If you found this project helpful, please consider giving it a star!** ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknotzerio%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknotzerio%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknotzerio%2Fportfolio/lists"}