{"id":32805758,"url":"https://github.com/vikas2171/my-portfolio","last_synced_at":"2026-05-04T00:34:27.456Z","repository":{"id":322702734,"uuid":"1089949707","full_name":"Vikas2171/my-portfolio","owner":"Vikas2171","description":"An original, responsive terminal portfolio designed in Figma and built with vanilla HTML/CSS/JS. Features a live CLI, client-side ciphers, and serverless functions.","archived":false,"fork":false,"pushed_at":"2025-11-05T22:59:27.000Z","size":689,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T23:27:57.574Z","etag":null,"topics":["cli","cryptography","css","figma","html","javascript","netlify","portfolio-website","responsive-design","serverless","terminal"],"latest_commit_sha":null,"homepage":"https://vikas-porfolio.netlify.app/","language":null,"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/Vikas2171.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-11-05T03:06:18.000Z","updated_at":"2025-11-05T22:59:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Vikas2171/my-portfolio","commit_stats":null,"previous_names":["vikas2171/my-portfolio"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Vikas2171/my-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas2171%2Fmy-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas2171%2Fmy-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas2171%2Fmy-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas2171%2Fmy-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vikas2171","download_url":"https://codeload.github.com/Vikas2171/my-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas2171%2Fmy-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283010964,"owners_count":26764194,"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","status":"online","status_checked_at":"2025-11-06T02:00:06.180Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","cryptography","css","figma","html","javascript","netlify","portfolio-website","responsive-design","serverless","terminal"],"created_at":"2025-11-06T13:00:48.589Z","updated_at":"2025-11-06T13:01:55.255Z","avatar_url":"https://github.com/Vikas2171.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Interactive Terminal Portfolio\n\n### 🔴 **Live Demo:** [Vikas Porfolio](https://vikas-porfolio.netlify.app)\n---\n![Terminal Section](https://github.com/Vikas2171/my-portfolio/blob/main/screenshots/terminal.png)\n\n---\n\n![Cipher Machine](https://github.com/Vikas2171/my-portfolio/blob/main/screenshots/cipher-machine.png)\n\n---\n\n![Contact](https://github.com/Vikas2171/my-portfolio/blob/main/screenshots/contact.png)\n\n---\n## About This Project\n\nThis is a fully interactive, responsive portfolio designed to look and feel like a developer's terminal. The entire project is built from scratch using **vanilla HTML, CSS, and JavaScript**, showcasing a deep understanding of core web technologies.\n\nThe terminal is not just for show—it's a fully functional command-line interface (CLI) where users can execute commands like `about`, `projects`, `skills`, and `contact` to navigate the site.\n\nThis project was initially built as a full-stack application with a Node.js and Express backend. However, for better performance, scalability, and zero hosting costs, I **re-architected it to a modern serverless (Jamstack) model** hosted on Netlify.\n\n## 🎨 Design Process\n\nThe design for this portfolio is **100% original**. It was not taken from any template or tutorial.\n\nI personally imagined and designed the complete user interface and all components in **Figma** before writing a single line of code. This allowed me to iterate on the \"hacker\" theme and ensure a consistent, responsive layout across both desktop and mobile.\n\n## ✨ Features\n\n  * **Interactive Terminal:** A custom-built JavaScript CLI that parses user commands and handles output.\n  * **Live Coding Stats:** The `about` command fetches and displays real-time competitive programming stats by calling a custom-built serverless function, with data cached for 1 hour to ensure speed.\n  * **Client-Side Cipher Machine:** A set of encryption tools (Caesar, Affine, Vigenere) that run entirely in the browser using JavaScript.\n  * **Secure Contact Form:** The \"Contact\" section uses **Netlify Forms** to securely handle submissions without a backend, including email notifications.\n  * **Fully Responsive:** The layout, from the ASCII art to the terminal output, gracefully adapts to all screen sizes, from wide desktops to narrow mobile phones.\n\n## 🛠 Tech Stack \u0026 Architecture\n\nThis project runs with no traditional backend server. The backend logic was intentionally unbundled into a serverless architecture:\n\n  * **Frontend:** `HTML5`, `CSS3` (with Flexbox, Grid, and Media Queries), `Vanilla JavaScript`\n  * **Backend (Serverless):**\n      * **Netlify Functions:** A single serverless function (written in Node.js) is used to fetch live stats from third-party APIs (Codeforces, LeetCode). This securely bypasses CORS issues and protects API keys.\n      * **Netlify Forms:** Replaced the original `nodemailer` backend. Netlify securely handles all contact form submissions and provides spam filtering and email notifications.\n  * **Hosting:** `Netlify` (Provides continuous deployment from a private GitHub repo, site hosting, function execution, and form handling all for free).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikas2171%2Fmy-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikas2171%2Fmy-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikas2171%2Fmy-portfolio/lists"}