{"id":20056848,"url":"https://github.com/zemerik/terminal","last_synced_at":"2025-05-05T14:30:57.773Z","repository":{"id":232980077,"uuid":"785712402","full_name":"Zemerik/Terminal","owner":"Zemerik","description":"An Interactive Terminal","archived":false,"fork":false,"pushed_at":"2025-03-10T13:18:45.000Z","size":4314,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T00:16:12.700Z","etag":null,"topics":["html","interactive","nodejs","open-source","reactjs","terminal-based","typescript","vite","vscode"],"latest_commit_sha":null,"homepage":"https://zemeriksterminal.vercel.app","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/Zemerik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-12T13:14:28.000Z","updated_at":"2025-03-12T01:15:48.000Z","dependencies_parsed_at":"2024-06-06T09:41:27.282Z","dependency_job_id":"33db84a0-c933-4430-b822-49eee2bb2f6a","html_url":"https://github.com/Zemerik/Terminal","commit_stats":null,"previous_names":["zemerik/about-me"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zemerik%2FTerminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zemerik%2FTerminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zemerik%2FTerminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zemerik%2FTerminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zemerik","download_url":"https://codeload.github.com/Zemerik/Terminal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252514860,"owners_count":21760451,"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":["html","interactive","nodejs","open-source","reactjs","terminal-based","typescript","vite","vscode"],"created_at":"2024-11-13T12:56:45.394Z","updated_at":"2025-05-05T14:30:57.766Z","avatar_url":"https://github.com/Zemerik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align = \"center\"\u003e\n\n\u003cimg src = \"public/terminal.jpg\" style = \"height:250px;width:250px\"\u003e\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\n\u003cimg src = \"https://skillicons.dev/icons?i=typescript,html,react,nodejs,vscode,vercel,vite,github\u0026perline=25\"\u003e\n\n\u003c/p\u003e\n\n\u003ch1 align = \"center\"\u003e\n  Zemerik's Terminal\n\u003c/h1\u003e\n\n\u003cp align = \"center\"\u003e\n    An Interactive Terminal\n\u003c/p\u003e\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src = \"public/screenshot_laptop.png\" alt = \"Laptop Screenshot\" /\u003e\n\u003c/p\u003e\n\n![Wakatime Stats](https://wakatime.com/badge/user/9860690e-8928-4746-844c-c2924f121f2d/project/b984b121-3ec9-4083-af1d-d2df660cd16f.svg)\n\n## ❗About:\n\nWelcome to my personal terminal-themed website! Dive into an interactive experience where you can explore my world through a classic command-line interface. Just type in the provided commands to learn more about my background, skills, projects, and interests. Whether you're here to discover my professional journey, check out my portfolio, or just curious about who I am, this website offers a unique, nostalgic way to connect. Get ready to type, discover, and enjoy the seamless blend of modern content with a retro touch!\n\n## ⭐ Key Features:\n\n- Interactive Command-Line Interface:\n\n- Skills\n\n- Projects\n\n- Responsive Design\n\n- User-Friendly Commands\n\n## 📱 Guide:\n\n### Commands:\n\n- `about` - About Zemerik\n- `clear` - Clear the Terminal\n- `education` - Education Background\n- `email` - Contact Me through my Email\n- `history` - View Command History\n- `projects` - View all my Projects\n- `pwd` - Your Current Working Directory\n- `socials` - Follow Zemerik around the Web\n- `welcome` - Display Welcome Section\n- `whoami` - Get to Know who you are\n\n### Shortcuts:\n\n- `Tab` / `Ctrl + i` - autocompletes the command\n- `Up Arrow` - go back to previous command\n- `Ctrl + l` - clear the terminal\n\n\u003e Feel free to open [Pull-Requests](https://github.com/Zemerik/Terminal/pulls) for more Commands / Shorcuts. \n\n## 💻 Screenshots:\n\n![Phone Screenshot](public/screenshot_phone.png)\n\n## 🚀 Quick Start:\n\n### Prerequisites:\n\n- [NodeJS](https://nodejs.org) installed on your machine\n- [GIT](https://git-scm.com) installed on your machine\n- A Code Editor\n\n### Cloning:\n\n- To make a local copy of this Project on your machine, enter the following `GIT` Commmand in your Terminal:\n\n```bash\ngit clone https://github.com/Zemerik/Terminal\n```\n\n### Installing Dependencies:\n\n- To run this project locally, we first need to download a few `npm` dependencies by using the command below:\n\n```bash\nnpm i\n```\n\n### Locally Running:\n\n- We can locally run this Project on our Network and see the output using the following Command of `NodeJS`:\n\n```bash\nnpm run dev\n```\n\n## 😎 Happy Coding!!\n\n## 🤝 Contributing:\n\nContributions are always welcome and appreciated! **Kindly visit the [CONTRIBUTING.md](https://github.com/Zemerik/Terminal/blob/main/CONTRIBUTING.md) file for more information**\n\n\n## 💁 Support:\n\nFor any kind of support or inforrmation, you are free to join our **Discord Server**,\n\n\u003ca href = \"https://discord.gg/UF9KsmuGbr\"\u003e\n  \u003cimg src = \"https://invidget.switchblade.xyz/UF9KsmuGbr\"\u003e\n\u003c/a\u003e\n\n#\n\n\u003cp align = \"center\"\u003e\n  Don't forget to leave a ⭐\n  \u003cbr\u003e\n  Made with 💖 by \u003ca href = \"https://github.com/Zemerik\"\u003eHemang Yadav (Zemerik)\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemerik%2Fterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzemerik%2Fterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemerik%2Fterminal/lists"}