{"id":28518944,"url":"https://github.com/hyperdargo/ankitgupta-portfolio-v4","last_synced_at":"2026-04-15T10:36:58.738Z","repository":{"id":296435856,"uuid":"993140514","full_name":"hyperdargo/ankitgupta-portfolio-v4","owner":"hyperdargo","description":"Linux Terminal Theme Website","archived":false,"fork":false,"pushed_at":"2025-12-18T13:02:33.000Z","size":1293,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T15:04:20.940Z","etag":null,"topics":["css","html","javascript","postcss","reactjs","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"","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/hyperdargo.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-05-30T09:32:37.000Z","updated_at":"2025-12-18T13:02:37.000Z","dependencies_parsed_at":"2025-05-31T01:41:46.022Z","dependency_job_id":"28bfd6a5-2ab7-46fa-9ae9-b0d0b9460c8f","html_url":"https://github.com/hyperdargo/ankitgupta-portfolio-v4","commit_stats":null,"previous_names":["hyperdargo/ankitgupta-portfolio-v4"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hyperdargo/ankitgupta-portfolio-v4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdargo%2Fankitgupta-portfolio-v4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdargo%2Fankitgupta-portfolio-v4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdargo%2Fankitgupta-portfolio-v4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdargo%2Fankitgupta-portfolio-v4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperdargo","download_url":"https://codeload.github.com/hyperdargo/ankitgupta-portfolio-v4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdargo%2Fankitgupta-portfolio-v4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"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":["css","html","javascript","postcss","reactjs","tailwindcss","vite"],"created_at":"2025-06-09T06:00:26.093Z","updated_at":"2026-04-15T10:36:58.714Z","avatar_url":"https://github.com/hyperdargo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ankit Gupta Portfolio V4\n![GitHub](https://img.shields.io/badge/license_-DargoTamber-red)\n\nA modern, fast, and responsive portfolio website themed like a Linux terminal.\n\n\n## 🚀 Live Demo\n[https://ankitgupta.com.np/](https://ankitgupta.com.np/)\n\n## 💡 About\n\nThis is the fourth version of Ankit Gupta's personal portfolio.  \nBuilt with modern web tools like **Vite**, **React**, and **Tailwind CSS**, it features a Linux terminal-inspired design with smooth animations and quick navigation.\n\n## 📂 Project Structure\n\n```\n\nankitgupta-portfolio-v4/\n├── dist/               # Production build files (generated)\n├── src/                # Source code\n│   ├── App.jsx         # Main React component\n│   ├── main.jsx        # React entry point\n│   ├── index.css       # Tailwind base styles and custom CSS\n│   ├── AnkitGupta-CV.pdf # Resume file\n│   └── logo.png        # Logo image\n├── index.html          # HTML template\n├── package.json        # Project dependencies and scripts\n├── package-lock.json   # Dependency lock file\n├── tailwind.config.js  # Tailwind CSS configuration\n├── postcss.config.js   # PostCSS configuration\n├── vite.config.js      # Vite configuration\n└── README.md           # This file\n\n````\n\n## 🛠️ Built With\n\n- [React](https://reactjs.org/)\n- [Vite](https://vitejs.dev/) — lightning-fast build tool\n- [Tailwind CSS](https://tailwindcss.com/) — utility-first CSS framework\n- [PostCSS](https://postcss.org/) — CSS processor\n\n## 📦 Installation \u0026 Development\n\n1. Clone the repo  \n   ```bash\n   git clone https://github.com/hyperdargo/ankitgupta-portfolio-v4.git\n   cd ankitgupta-portfolio-v4\n     ```\n\n\n2. Install dependencies\n\n   ```bash\n   npm install\n   ```\n\n4. Start development server\n\n   ```bash\n   npm run dev\n   ```\n\n5. Build for production\n\n   ```bash\n   npm run build\n   ```\n\n6. Preview production build\n\n   ```bash\n   npm run preview\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 the [issues page](https://github.com/hyperdargo/ankitgupta-portfolio-v4/issues).\n\n\nMade with ❤️ by [Ankit Gupta](https://ankitgupta.com.np/)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdargo%2Fankitgupta-portfolio-v4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperdargo%2Fankitgupta-portfolio-v4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdargo%2Fankitgupta-portfolio-v4/lists"}