{"id":26489088,"url":"https://github.com/itzmaniss/dev-porfolio","last_synced_at":"2025-03-20T07:19:51.562Z","repository":{"id":280172187,"uuid":"936001203","full_name":"itzmaniss/dev-porfolio","owner":"itzmaniss","description":"Personal portfolio website for Manish, built with Elysia. Features a sleek, terminal-inspired UI with neon accents showcasing full-stack development skills, projects, and contact info. Fast, responsive, and developer-focused.","archived":false,"fork":false,"pushed_at":"2025-03-18T17:10:08.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T18:26:32.015Z","etag":null,"topics":["bun","elysiajs","htmx","portfolio","portfolio-website","tailwindcss","web-development","website"],"latest_commit_sha":null,"homepage":"https://itzmaniss.dev","language":"CSS","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/itzmaniss.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}},"created_at":"2025-02-20T11:19:06.000Z","updated_at":"2025-03-18T17:10:12.000Z","dependencies_parsed_at":"2025-03-01T18:36:05.025Z","dependency_job_id":"643f3f74-d399-4d4a-b88e-928783c2244f","html_url":"https://github.com/itzmaniss/dev-porfolio","commit_stats":null,"previous_names":["itzmaniss/dev-porfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmaniss%2Fdev-porfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmaniss%2Fdev-porfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmaniss%2Fdev-porfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmaniss%2Fdev-porfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzmaniss","download_url":"https://codeload.github.com/itzmaniss/dev-porfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244566947,"owners_count":20473451,"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":["bun","elysiajs","htmx","portfolio","portfolio-website","tailwindcss","web-development","website"],"created_at":"2025-03-20T07:19:51.015Z","updated_at":"2025-03-20T07:19:51.555Z","avatar_url":"https://github.com/itzmaniss.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manish's Portfolio Website\n\nA modern, terminal-inspired developer portfolio built with Elysia.js, HTMX, and Tailwind CSS.\n\n![Portfolio Preview](https://img.shields.io/badge/Portfolio-Live-brightgreen)\n\n## 🚀 Features\n\n- **Terminal-inspired UI** with neon accents and sleek design\n- **Responsive layout** that works on all device sizes\n- **HTMX-powered interactions** for a smooth user experience\n- **Contact form** with email integration via Resend API\n- **Project showcase** highlighting full-stack development skills\n- **Fast performance** using Bun and Elysia.js\n\n## 🛠️ Tech Stack\n\n- **[Bun](https://bun.sh/)** - JavaScript runtime \u0026 package manager\n- **[Elysia.js](https://elysiajs.com/)** - TypeScript framework for Bun\n- **[HTMX](https://htmx.org/)** - High-power tools for HTML\n- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework\n- **[Resend](https://resend.com/)** - Email API for the contact form\n\n## 🧰 Project Structure\n\n```\n.\n├── public/\n│   ├── favicon.ico\n│   ├── script.js\n│   └── styles.css\n├── src/\n│   └── index.html\n├   └── index.ts\n└── tailwind.config.js\n```\n\n## 📌 Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) installed on your machine\n- Resend API key for email functionality\n\n### Installation\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/itzmaniss/dev-porfolio.git\n   cd dev-porfolio\n   ```\n\n2. Install dependencies\n   ```bash\n   bun install\n   ```\n\n3. Create a `.env` file in the root directory with your Resend API key\n   ```\n   RESEND_API_KEY=your_resend_api_key_here\n   ```\n\n4. Start the development server\n   ```bash\n   bun dev\n   ```\n\n5. Build for production\n   ```bash\n   bun run build\n   ```\n\n## 📝 Features\n\n### Home Page\nShowcases a modern, terminal-inspired design with a focus on developer identity.\n\n### About Section\nHighlights personal information and experiences in a visually appealing terminal window.\n\n### Projects Section\nDisplays a collection of featured projects with technology stack badges and descriptions.\n\n### Skills Section\nVisualizes technical skills using Devicon library.\n\n### Contact Form\nAllows visitors to send messages directly through the website, with server-side validation and error handling.\n\n## 🔧 Customization\n\n### Tailwind Configuration\nThe project uses a custom Tailwind configuration with a safelist for dynamic classes. You can modify the theme in the `tailwind.config.js` file.\n\n### Adding Projects\nTo add new projects, modify the projects section in `index.html` by duplicating the project box template.\n\n### Email Configuration\nThe contact form sends emails using Resend API. You can modify the email template in the `index.ts` file.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🙏 Acknowledgements\n\n- Design by [Rakshii](https://www.rakshiii.xyz)\n- Icons by [Devicon](https://devicon.dev/)\n\n## 📞 Contact\n\nFor any questions or suggestions, feel free to reach out:\n\n- GitHub: [itzmaniss](https://github.com/itzmaniss)\n- LinkedIn: [itzmaniss](https://linkedin.com/in/itzmaniss)\n- Email: [contact@itzmaniss.dev](mailto:contact@itzmaniss.dev)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzmaniss%2Fdev-porfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzmaniss%2Fdev-porfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzmaniss%2Fdev-porfolio/lists"}