{"id":23744796,"url":"https://github.com/pepryan/wedding-invitation","last_synced_at":"2026-05-04T00:31:34.621Z","repository":{"id":264566245,"uuid":"893695171","full_name":"Pepryan/wedding-invitation","owner":"Pepryan","description":"A modern and elegant wedding invitation website built with Next.js, Tailwind CSS, and TypeScript. This website serves as a digital invitation platform with various interactive features.","archived":false,"fork":false,"pushed_at":"2025-01-03T03:31:13.000Z","size":83110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T06:48:38.990Z","etag":null,"topics":["javascript","nextjs","tailwind-css","tailwindcss","typescript","wedding-invitation","wedding-page","wedding-website"],"latest_commit_sha":null,"homepage":"https://pepryan.github.io/wedding-invitation?to=Febryan Ramadhan","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/Pepryan.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-11-25T03:27:12.000Z","updated_at":"2025-08-31T05:34:42.000Z","dependencies_parsed_at":"2025-05-24T15:43:30.799Z","dependency_job_id":null,"html_url":"https://github.com/Pepryan/wedding-invitation","commit_stats":null,"previous_names":["pepryan/wedding-invitation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pepryan/wedding-invitation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pepryan%2Fwedding-invitation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pepryan%2Fwedding-invitation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pepryan%2Fwedding-invitation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pepryan%2Fwedding-invitation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pepryan","download_url":"https://codeload.github.com/Pepryan/wedding-invitation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pepryan%2Fwedding-invitation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["javascript","nextjs","tailwind-css","tailwindcss","typescript","wedding-invitation","wedding-page","wedding-website"],"created_at":"2024-12-31T12:49:03.292Z","updated_at":"2026-05-04T00:31:34.570Z","avatar_url":"https://github.com/Pepryan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wedding Invitation Website\n\nA modern and elegant wedding invitation website built with Next.js, Tailwind CSS, and TypeScript. This website serves as a digital invitation platform with various interactive features.\n\n## Features\n\n### Main Sections\n1. **Hero Section** - Beautiful landing page with couple's photo and wedding details\n2. **Couple Profile** - Detailed information about the bride and groom\n3. **Event Details** - Information about akad and reception ceremonies\n4. **Love Story** - Timeline of the couple's relationship journey\n5. **Gallery** - Collection of prewedding and engagement photos\n6. **Quranic Verses** - Inspirational verses from the Quran\n7. **Digital Envelope** - Bank and e-wallet information for gifts\n8. **RSVP** - Confirmation system with WhatsApp integration\n9. **Guest Book** - Virtual guest book for messages and well-wishes\n\n### Special Features\n- **Countdown Timer** - Displays time remaining until the wedding\n- **Photo Booth Frame** - Interactive photo frame feature\n- **Music Player** - Custom playlist for the wedding\n- **Gift Registry** - Optional gift registry system\n- **Live Streaming** - Optional live streaming integration\n\n## Customization\n\n### Themes\nThe website offers multiple theme options:\n1. Sage - Earthy green tones\n2. Dusty Blue - Soft blue tones (default)\n3. Soft Brown - Warm brown tones\n4. Pearl - Neutral white and gray tones\n5. Classic - Elegant gold and gray\n6. Romantic - Dusty rose and pink tones\n7. Modern - Dark sage and cream tones\n\n### Configuration\nAll wedding details and configurations can be modified in:\n- `src/config/wedding-config.ts` - Main wedding details and features\n- `src/config/theme-config.ts` - Theme customization\n\n## Technical Details\n\n### Built With\n- Next.js 13\n- TypeScript\n- Tailwind CSS\n- React Icons\n- React Hook Form\n\n### Development\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Run development server:\n   ```bash\n   npm run dev\n   ```\n\n### Deployment\nThe project includes GitHub Actions workflow for automatic deployment. Configure deployment settings in `.github/workflows/deploy.yml`.\n\n## Project Structure\n```\nwedding-invitation/\n├── public/              # Static assets\n├── src/\n│   ├── components/      # React components\n│   ├── config/          # Configuration files\n│   ├── contexts/        # React contexts\n│   ├── pages/           # Next.js pages\n│   ├── styles/          # Global styles\n│   └── types/           # TypeScript types\n├── .eslintrc.json       # ESLint configuration\n├── next.config.js       # Next.js configuration\n├── package.json         # Project dependencies\n├── postcss.config.mjs   # PostCSS configuration\n├── tailwind.config.ts   # Tailwind CSS configuration\n└── tsconfig.json        # TypeScript configuration\n```\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepryan%2Fwedding-invitation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepryan%2Fwedding-invitation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepryan%2Fwedding-invitation/lists"}