{"id":39710352,"url":"https://github.com/hungdev/khan-wedding-invitation","last_synced_at":"2026-01-18T10:37:52.856Z","repository":{"id":327792071,"uuid":"1110817929","full_name":"hungdev/khan-wedding-invitation","owner":"hungdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-08T15:29:54.000Z","size":33474,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-09T08:00:01.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://khan-wedding-invitation.vercel.app","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/hungdev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-05T19:11:08.000Z","updated_at":"2025-12-08T15:29:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f3b5e9f-692b-46b5-9b7f-a19d2b8ee008","html_url":"https://github.com/hungdev/khan-wedding-invitation","commit_stats":null,"previous_names":["hungdev/khan-wedding-invitation"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hungdev/khan-wedding-invitation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungdev%2Fkhan-wedding-invitation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungdev%2Fkhan-wedding-invitation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungdev%2Fkhan-wedding-invitation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungdev%2Fkhan-wedding-invitation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungdev","download_url":"https://codeload.github.com/hungdev/khan-wedding-invitation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungdev%2Fkhan-wedding-invitation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-18T10:37:52.768Z","updated_at":"2026-01-18T10:37:52.841Z","avatar_url":"https://github.com/hungdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wedding Invitation\n\nRepo has been forked from https://github.com/253eosam/wedding-invitation\n\nA modern wedding invitation web app built with Next.js 15 and React 19.\n\n## 🚀 Tech Stack\n\n- **Framework**: [Next.js 15](https://nextjs.org/)\n- **Language**: [TypeScript 5](https://www.typescriptlang.org/)\n- **CSS**: [Tailwind CSS 4](https://tailwindcss.com/)\n- **Animation**: [Motion One](https://motion.dev/)\n- **Date Handling**: [Day.js](https://day.js.org/)\n- **Icons**: [React Icons](https://react-icons.github.io/react-icons/)\n- **Masonry Layout**: [React Masonry CSS](https://www.npmjs.com/package/react-masonry-css)\n- **Runtime**: [Node.js 20](https://nodejs.org/en)\n- **Linting/Formatting**: [ESLint 9](https://eslint.org/), [Prettier 3](https://prettier.io/)\n\n## 📦 Scripts\n\n| Command         | Description                               |\n| --------------- | ----------------------------------------- |\n| `yarn dev`      | Run the development server with Turbopack |\n| `yarn build`    | Build the app for production              |\n| `yarn start`    | Start the production server               |\n| `yarn export`   | Export the app as static HTML             |\n| `yarn lint`     | Run ESLint                                |\n| `yarn lint:fix` | Run ESLint with auto-fix                  |\n| `yarn deploy`   | Alias for `yarn build`                    |\n\n## 🛠️ Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/wedding-invitation.git\n   cd wedding-invitation\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   yarn install\n   ```\n\n3. Run the development server:\n\n   ```bash\n   yarn dev\n   ```\n\n4. Build for production:\n\n   ```bash\n   yarn build\n   ```\n\n5. (Optional) Export static files:\n\n   ```bash\n   yarn export\n   ```\n\n## 📝 Linting and Formatting\n\n- Run linter:\n\n  ```bash\n  yarn lint\n  ```\n\n- Run linter with auto-fix:\n\n  ```bash\n  yarn lint:fix\n  ```\n\nPrettier and ESLint are pre-configured to maintain consistent code style.\n\n## 🧩 Project Structure\n\n```\n.\n├── public/         # Static assets\n├── src/            # Application source code\n├── styles/         # Global styles (Tailwind CSS)\n├── pages/          # Next.js pages\n├── components/     # Reusable components\n├── models/         # Data models (modify here for reuse)\n├── tsconfig.json   # TypeScript configuration\n├── tailwind.config.js # Tailwind configuration\n├── .eslintrc.json  # ESLint configuration\n└── package.json    # Project manifest\n```\n\n\u003e To reuse this project, simply update the data inside the `models` directory to fit your needs.\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n\u003e Built with ❤️ and Next.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungdev%2Fkhan-wedding-invitation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungdev%2Fkhan-wedding-invitation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungdev%2Fkhan-wedding-invitation/lists"}