{"id":24521075,"url":"https://github.com/eshanized/eshanized.github.io","last_synced_at":"2025-09-11T16:38:24.959Z","repository":{"id":269291720,"uuid":"879030941","full_name":"eshanized/eshanized.github.io","owner":"eshanized","description":"eshanized portfolio showcasing web development projects, skills, and experiences. Built with React, Tailwind and TypeScript for a responsive design.","archived":false,"fork":false,"pushed_at":"2025-02-03T16:21:23.000Z","size":968,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T17:25:28.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://eshanized.github.io/","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/eshanized.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"eshanized"}},"created_at":"2024-10-26T19:15:22.000Z","updated_at":"2024-12-30T09:32:17.000Z","dependencies_parsed_at":"2024-12-22T14:24:03.164Z","dependency_job_id":"406bb465-0933-42d6-a85b-640a02d1f3b9","html_url":"https://github.com/eshanized/eshanized.github.io","commit_stats":null,"previous_names":["eshanized/eshanized.github.io"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshanized%2Feshanized.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshanized%2Feshanized.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshanized%2Feshanized.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshanized%2Feshanized.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eshanized","download_url":"https://codeload.github.com/eshanized/eshanized.github.io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243728961,"owners_count":20338360,"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":[],"created_at":"2025-01-22T02:48:55.257Z","updated_at":"2025-09-11T16:38:24.940Z","avatar_url":"https://github.com/eshanized.png","language":"TypeScript","funding_links":["https://github.com/sponsors/eshanized"],"categories":[],"sub_categories":[],"readme":"# Eshanized Web Portfolio 🚀\n\n[![Next.js](https://img.shields.io/badge/Next.js-14.1.3-black?style=for-the-badge\u0026logo=next.js)](https://nextjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.0.4-blue?style=for-the-badge\u0026logo=typescript)](https://www.typescriptlang.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-3.3.0-38B2AC?style=for-the-badge\u0026logo=tailwind-css)](https://tailwindcss.com/)\n[![Framer Motion](https://img.shields.io/badge/Framer_Motion-10.12.4-ff69b4?style=for-the-badge\u0026logo=framer)](https://www.framer.com/motion/)\n[![GitHub Pages](https://img.shields.io/badge/GitHub_Pages-Deployed-success?style=for-the-badge\u0026logo=github)](https://eshanized.github.io/)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n\n\u003e An elegant and interactive portfolio website featuring OneUI-style design, built with modern web technologies.\n\n## 🌟 Features\n\n- 📱 OneUI-inspired design and interactions\n- 🌓 Dark/Light mode with system preference sync\n- 📊 Interactive app-like components\n- 🎨 Beautiful animations and transitions\n- 📱 Fully responsive design\n- ⚡ Optimized performance\n- 🔒 TypeScript for type safety\n- 🎯 SEO optimized\n\n## 🛠️ Tech Stack\n\n### Core Technologies\n- **Framework**: Next.js 14 with App Router\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **Animations**: Framer Motion\n- **UI Components**: Shadcn UI\n- **State Management**: React Context\n- **Icons**: Lucide Icons\n- **Deployment**: GitHub Pages\n\n### Key Features Implementation\n- **Theme Management**: next-themes\n- **Code Formatting**: Prettier\n- **Linting**: ESLint\n- **Git Hooks**: Husky\n- **Package Management**: npm\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js (v18.0.0 or higher)\n- npm (v8.0.0 or higher)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/eshanized/eshanized_web.git\ncd eshanized_web\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Production Build\n\n```bash\n# Create optimized production build\nnpm run build\n\n# Start production server\nnpm start\n```\n\n## 📁 Project Structure\n\n```\neshanized_web/\n├── app/                   # Next.js app directory\n│   ├── layout.tsx        # Root layout\n│   └── page.tsx          # Home page\n├── components/           # React components\n│   ├── oneui/            # OneUI-style components\n│   │   ├── apps/         # Individual app components (Settings, Camera, etc.)\n│   │   └── OneUILayout.tsx # Main layout for OneUI\n│   ├── macos/           # macOS-style components\n│   ├── ui/              # Shared UI components\n│   └── providers/       # Context providers\n├── lib/                 # Utility functions\n├── public/              # Static assets\n├── styles/             # Global styles\n└── types/              # TypeScript types\n```\n\n## 🎨 Design System\n\n### OneUI Design Implementation\n- Custom OneUI-style components\n- System-native animations\n- Authentic OneUI interactions\n- Dark mode support\n- Blur effects\n- OneUI typography\n\n### Component Categories\n1. **Navigation Components**\n   - OneUI-style headers\n   - Tab bars\n   - Navigation bars\n\n2. **Interactive Elements**\n   - Buttons\n   - Switches\n   - Form inputs\n   - Cards\n\n3. **Layout Components**\n   - Grid systems\n   - Lists\n   - Containers\n\n## 📱 Apps Implementation\n\n### Built-in Applications\n1. **Settings App**\n   - Theme management\n   - System preferences\n   - User profile\n\n2. **Social Apps**\n   - Twitter integration\n   - Facebook features\n   - Instagram components\n   - Dev.to articles\n\n3. **Utility Apps**\n   - Clock with multiple features\n   - Calculator\n   - Weather information\n\n## 🔄 State Management\n\n- Context API for global state\n- Theme context for appearance\n- Navigation state management\n- App-specific state handling\n\n## 🚀 Deployment\n\n### GitHub Pages Deployment\n\n1. **Automatic Deployment**\n   ```bash\n   npm run deploy\n   ```\n   This will:\n   - Build the project\n   - Push to gh-pages branch\n   - Update the live site\n\n2. **Manual Deployment**\n   ```bash\n   ./deploy.sh\n   ```\n\n### Custom Domain Setup\n- Primary domain: [eshanized.github.io](https://eshanized.github.io)\n- Custom domain: [eshanized.is-a.dev](https://eshanized.is-a.dev)\n\n## 🔧 Configuration\n\n### Environment Variables\nCreate a `.env.local` file:\n```env\nNEXT_PUBLIC_GITHUB_USERNAME=your_username\nNEXT_PUBLIC_SITE_URL=your_site_url\n```\n\n### Next.js Configuration\n```javascript\n// next.config.js\nmodule.exports = {\n  images: {\n    domains: ['github.com'],\n  },\n  // ... other config\n}\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch\n   ```bash\n   git checkout -b feature/AmazingFeature\n   ```\n3. Commit your changes\n   ```bash\n   git commit -m 'Add some AmazingFeature'\n   ```\n4. Push to the branch\n   ```bash\n   git push origin feature/AmazingFeature\n   ```\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Next.js Team](https://nextjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Framer Motion](https://www.framer.com/motion/)\n- [Shadcn UI](https://ui.shadcn.com/)\n- [Lucide Icons](https://lucide.dev/)\n\n## 📞 Contact\n\nEshan Roy - [@eshanized](https://twitter.com/eshanized)\n\nProject Link: [https://github.com/eshanized/eshanized_web](https://github.com/eshanized/eshanized_web)\n\n---\n\n\u003cp align=\"center\"\u003eMade with ❤️ by Eshan Roy\u003c/p\u003e ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshanized%2Feshanized.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feshanized%2Feshanized.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshanized%2Feshanized.github.io/lists"}