{"id":26327237,"url":"https://github.com/rialparmar1777/portfolio-website","last_synced_at":"2026-04-11T00:44:30.861Z","repository":{"id":282602373,"uuid":"949105219","full_name":"rialparmar1777/portfolio-website","owner":"rialparmar1777","description":"Building A New \u0026 Creative Personal Portfolio Website using Next.js.","archived":false,"fork":false,"pushed_at":"2025-03-15T17:41:18.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T18:28:29.651Z","etag":null,"topics":["firebase-database","framer-motion","gsap-animation","nextjs","particles","postcss","taildwindcss","three-js","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rialparmar1777.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-03-15T17:29:58.000Z","updated_at":"2025-03-15T17:41:21.000Z","dependencies_parsed_at":"2025-03-15T18:41:56.116Z","dependency_job_id":null,"html_url":"https://github.com/rialparmar1777/portfolio-website","commit_stats":null,"previous_names":["rialparmar1777/portfolio-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rialparmar1777%2Fportfolio-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rialparmar1777%2Fportfolio-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rialparmar1777%2Fportfolio-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rialparmar1777%2Fportfolio-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rialparmar1777","download_url":"https://codeload.github.com/rialparmar1777/portfolio-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243785077,"owners_count":20347409,"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":["firebase-database","framer-motion","gsap-animation","nextjs","particles","postcss","taildwindcss","three-js","typescript"],"created_at":"2025-03-15T20:17:56.855Z","updated_at":"2025-12-31T00:21:24.666Z","avatar_url":"https://github.com/rialparmar1777.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern Portfolio Website\n\nA stunning, responsive portfolio website built with Next.js 14, TypeScript, and Tailwind CSS. Features smooth animations, interactive UI elements, and a beautiful design that showcases your work effectively.\n\nPortfolio Preview![PreviewPortfolio](https://github.com/user-attachments/assets/d971640a-b3ef-49f1-b359-2cc85a39474a)\n\n\n## 🌟 Features\n\n- **Modern Design**: Clean and professional layout with smooth animations\n- **Responsive**: Fully responsive design that works on all devices\n- **Interactive UI**: \n  - Custom cursor effects\n  - Smooth scroll animations\n  - Interactive project cards\n  - Dynamic background effects\n  - Animated skill cards\n- **Performance Optimized**: Built with Next.js for optimal performance\n- **SEO Friendly**: Optimized for search engines\n- **PWA Support**: Installable as a Progressive Web App\n- **Contact Form**: Integrated EmailJS for seamless communication\n- **Dark Mode**: Beautiful dark theme with gradient accents\n- **CV Download**: Easy access to download resume/CV\n\n## 🛠️ Tech Stack\n\n- **Framework**: Next.js 14\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **Animations**: Framer Motion\n- **Icons**: React Icons\n- **Email Service**: EmailJS\n- **Deployment**: Vercel (Optimized for best performance)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or later\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/rialparmar1777/Portfolio.git\ncd portfolio\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a `.env` file in the root directory and add your EmailJS configuration:\n```env\nNEXT_PUBLIC_EMAILJS_SERVICE_ID=your_service_id\nNEXT_PUBLIC_EMAILJS_TEMPLATE_ID=your_template_id\nNEXT_PUBLIC_EMAILJS_PUBLIC_KEY=your_public_key\n```\n\n4. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## 📁 Project Structure\n\n```\nportfolio/\n├── public/\n│   ├── images/         # Static images\n│   ├── fonts/          # Custom fonts\n│   └── models/         # 3D models\n├── src/\n│   ├── app/\n│   │   ├── components/ # React components\n│   │   ├── styles/     # Global styles\n│   │   └── page.tsx    # Main page\n│   └── types/          # TypeScript types\n├── scripts/            # Utility scripts\n└── package.json\n```\n\n## 🎨 Customization\n\n### Colors and Theme\nThe portfolio uses a custom color scheme with purple and blue gradients. You can modify the colors in:\n- `tailwind.config.js` for global colors\n- Individual component files for specific styling\n\n### Content\nUpdate the following files to customize your content:\n- `src/app/page.tsx` for main content\n- `src/app/components/Projects.tsx` for project details\n- `src/app/components/Contact.tsx` for contact information\n\n## 📱 Responsive Design\n\nThe portfolio is fully responsive and optimized for:\n- Mobile devices (320px and up)\n- Tablets (768px and up)\n- Laptops (1024px and up)\n- Desktop screens (1280px and up)\n\n## 🔧 Performance Optimization\n\n- Image optimization with Next.js Image component\n- Code splitting and lazy loading\n- Optimized animations for mobile devices\n- Efficient CSS with Tailwind's JIT compiler\n- Server-side rendering for better performance\n\n## 📦 Deployment\n\nThe portfolio is optimized for deployment on Vercel:\n\n1. Push your code to GitHub\n2. Import your repository on [Vercel](https://vercel.com)\n3. Add environment variables in Vercel dashboard\n4. Vercel will automatically deploy your site\n5. Get a production URL instantly!\n\nYour site will be deployed to a URL like: `https://your-portfolio.vercel.app`\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👤 Author\n\nRial Parmar\n- LinkedIn: [Rial Parmar](https://www.linkedin.com/in/rial-p-886b38145/)\n- GitHub: [@rialparmar1777](https://github.com/rialparmar1777)\n- Email: rialparmar007@gmail.com\n\n## 🙏 Acknowledgments\n\n- [Next.js](https://nextjs.org/) for the amazing framework\n- [Tailwind CSS](https://tailwindcss.com/) for the utility-first CSS framework\n- [Framer Motion](https://www.framer.com/motion/) for the animation library\n- [EmailJS](https://www.emailjs.com/) for the email service\n- [Vercel](https://vercel.com) for the excellent hosting platform\n\n---\n\nMade with ❤️ by Rial Parmar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frialparmar1777%2Fportfolio-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frialparmar1777%2Fportfolio-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frialparmar1777%2Fportfolio-website/lists"}