{"id":28520643,"url":"https://github.com/varshithdupati/varshithdupati.github.io","last_synced_at":"2026-05-08T04:41:15.822Z","repository":{"id":242133387,"uuid":"805433161","full_name":"varshithdupati/varshithdupati.github.io","owner":"varshithdupati","description":"Personal portfolio site, showcasing projects, skills, and contact info for quick reference.","archived":false,"fork":false,"pushed_at":"2025-11-04T21:14:48.000Z","size":11799,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-05T21:38:43.796Z","etag":null,"topics":["css","github","html","javascript","portfolio","web-development"],"latest_commit_sha":null,"homepage":"https://varshithdupati.com","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/varshithdupati.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,"zenodo":null}},"created_at":"2024-05-24T15:02:45.000Z","updated_at":"2025-11-04T21:14:51.000Z","dependencies_parsed_at":"2025-06-05T21:40:25.028Z","dependency_job_id":null,"html_url":"https://github.com/varshithdupati/varshithdupati.github.io","commit_stats":null,"previous_names":["dvarshith/dvarshith.github.io","varshithdupati/varshithdupati.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/varshithdupati/varshithdupati.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varshithdupati%2Fvarshithdupati.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varshithdupati%2Fvarshithdupati.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varshithdupati%2Fvarshithdupati.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varshithdupati%2Fvarshithdupati.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varshithdupati","download_url":"https://codeload.github.com/varshithdupati/varshithdupati.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varshithdupati%2Fvarshithdupati.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32767586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"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","github","html","javascript","portfolio","web-development"],"created_at":"2025-06-09T07:07:49.916Z","updated_at":"2026-05-08T04:41:15.817Z","avatar_url":"https://github.com/varshithdupati.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Portfolio Website  \n[**View Live Site**](https://varshithdupati.com/)\n\n\u003cbr/\u003e\n\nA modern, interactive **terminal-style portfolio** built with React. This unique portfolio simulates a command-line interface where visitors can explore my background, projects, and contact information through terminal commands.\n\n\u003cbr/\u003e\n\n## Table of Contents\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Project Structure](#project-structure)\n- [Available Commands](#available-commands)\n- [Setup \u0026 Development](#setup--development)\n- [Deployment](#deployment)\n- [License](#license)\n- [Contact](#contact)\n\n\u003cbr/\u003e\n\n## Features\n- **Terminal Interface**: Interactive command-line style interface\n- **Matrix Rain Background**: Animated Matrix-style background effect\n- **Command History**: Navigate through previous commands with arrow keys\n- **Responsive Design**: Optimized for all screen sizes and devices\n- **Hack Simulator**: Fun hack sequence animation\n- **Dynamic Content**: Quote system and interactive commands\n- **Smooth Animations**: Typewriter effects and smooth transitions\n- **Modern Architecture**: Built with React and modern web standards\n\n\u003cbr/\u003e\n\n## Technologies Used\n- **React 18** - Frontend framework\n- **React Router DOM** - Client-side routing\n- **CSS3** - Custom styling with CSS variables and animations\n- **JavaScript ES6+** - Modern JavaScript features\n- **Create React App** - Build tooling and development server\n- **GitHub Pages** - Deployment platform\n\n\u003cbr/\u003e\n\n## Project Structure\n```\nportfolio/\n├── public/                  # Static assets and favicon files\n├── src/                     # Source code\n│   ├── components/          # React components\n│   │   ├── Terminal.jsx     # Main terminal interface\n│   │   └── MatrixRain.jsx   # Background animation\n│   ├── styles/              # CSS stylesheets\n│   │   ├── index.css        # Global styles\n│   │   └── terminal.css     # Terminal-specific styles\n│   ├── utils/               # Utility functions and constants\n│   │   ├── constants.js     # Application constants\n│   │   └── typewriter.js    # Typewriter effect utility\n│   ├── App.jsx              # Main App component\n│   └── index.js             # Application entry point\n├── package.json             # Project dependencies and scripts\n├── .gitignore               # Git ignore rules\n├── LICENSE                  # MIT License\n├── README.md                # Project documentation\n└── DEVELOPMENT.md           # Development guide\n```\n\n\u003cbr/\u003e\n\n## Available Commands\n\n### General Commands\n- `help` - Display all available commands\n- `about` - Learn more about me\n- `clear` - Clear terminal screen and history\n- `history` - Show command history\n\n### Links \u0026 Profiles\n- `github` - Open my GitHub profile\n- `resume` - View my resume\n- `linkedin` - Open my LinkedIn profile\n- `leetcode` - Open my LeetCode profile\n- `source` - View source code of this portfolio\n\n### Fun Commands\n- `quote` - Get a random programming quote\n- `matrix` - Get a random Matrix movie quote\n- `hack` - Run hack simulator animation\n\n### Navigation\n- `↑/↓ Arrow Keys` - Navigate through command history\n- `Enter` - Execute command\n\n\u003cbr/\u003e\n\n## Setup \u0026 Development\n\n### Prerequisites\n- Node.js (v14 or higher)\n- npm or yarn\n\n### Installation\n1. **Clone the Repository**:  \n   ```bash\n   git clone https://github.com/dvarshith/dvarshith.github.io.git\n   cd dvarshith.github.io\n   ```\n\n2. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Start Development Server**:\n   ```bash\n   npm start\n   ```\n   The application will open in your browser at `http://localhost:3000`\n\n4. **Build for Production**:\n   ```bash\n   npm run build\n   ```\n\n\u003cbr/\u003e\n\n## Deployment\n\nThis project is configured for deployment to GitHub Pages:\n\n```bash\nnpm run deploy\n```\n\nThis command will build the project and deploy it to the `gh-pages` branch.\n\n\u003cbr/\u003e\n\n## Customization\n\n### Adding New Commands\n1. Add command description to `src/utils/constants.js` in `commandDescriptions`\n2. Add command logic to `handleCommand` function in `src/components/Terminal.jsx`\n3. Update help text if needed\n\n### Adding New Quotes\n1. Add quotes to `programmingQuotes` or `matrixQuotes` in `src/utils/constants.js`\n\n### Styling\n- Global styles: `src/styles/index.css`\n- Terminal styles: `src/styles/terminal.css`\n- CSS variables for easy theme customization\n\n### Background Animation\n- Modify `src/components/MatrixRain.jsx` to customize the Matrix rain effect\n\n### Configuration\n- All URLs, user info, and settings can be updated in `src/utils/constants.js`\n\n\u003cbr/\u003e\n\n## Development\n\nFor detailed development instructions, code style guidelines, and contribution information, see [DEVELOPMENT.md](DEVELOPMENT.md).\n\n\u003cbr/\u003e\n\n## License\nThis project is released under the `MIT License`. That means you're free to use, modify, and distribute the code, but you do so at your own \nrisk.\n\n\u003cbr/\u003e\n\n## Contact\n**Author**: Varshith Dupati  \n**GitHub**: [@dvarshith](https://github.com/dvarshith)  \n**Email**: dvarshith942@gmail.com  \n**LinkedIn**: [varshith-dupati](https://www.linkedin.com/in/varshith-dupati/)  \n\n**Issues**: Please open an issue on this repo if you have questions or find bugs.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarshithdupati%2Fvarshithdupati.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarshithdupati%2Fvarshithdupati.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarshithdupati%2Fvarshithdupati.github.io/lists"}