{"id":25969196,"url":"https://github.com/jereztech/store-react-demo","last_synced_at":"2025-10-14T17:08:42.328Z","repository":{"id":279822219,"uuid":"940243500","full_name":"jereztech/store-react-demo","owner":"jereztech","description":"This repository provides a simple live demo showcasing the usage of @jereztech/i18n-react and @jereztech/react-elements in a React application.","archived":false,"fork":false,"pushed_at":"2025-02-27T21:26:44.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T17:08:41.477Z","etag":null,"topics":["i18n-react","react-elements"],"latest_commit_sha":null,"homepage":"https://jereztech.github.io/store-react-demo","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/jereztech.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-27T21:05:19.000Z","updated_at":"2025-02-27T21:26:47.000Z","dependencies_parsed_at":"2025-02-27T22:58:48.085Z","dependency_job_id":"3711ec97-e34e-4cd9-8d9d-bc02241bab23","html_url":"https://github.com/jereztech/store-react-demo","commit_stats":null,"previous_names":["jereztech/store-react-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jereztech/store-react-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereztech%2Fstore-react-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereztech%2Fstore-react-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereztech%2Fstore-react-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereztech%2Fstore-react-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jereztech","download_url":"https://codeload.github.com/jereztech/store-react-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jereztech%2Fstore-react-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020086,"owners_count":26086805,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["i18n-react","react-elements"],"created_at":"2025-03-04T22:47:05.180Z","updated_at":"2025-10-14T17:08:42.312Z","avatar_url":"https://github.com/jereztech.png","language":"TypeScript","readme":"# Store React Demo\n\nThis repository provides a simple [live demo](https://jereztech.github.io/store-react-demo) showcasing the usage of [@jereztech/i18n-react](https://github.com/jereztech/i18n-react) and [@jereztech/react-elements](https://github.com/jereztech/react-elements) in a React application.\n\n## Features\n\n- Implements internationalization (i18n) using `@jereztech/i18n-react`\n- Utilizes reusable UI components from `@jereztech/react-elements`\n- Demonstrates a basic store interface with localized content\n\n## Prerequisites\n\nEnsure you have the following installed:\n- [Node.js](https://nodejs.org/) (v18+ recommended)\n- [pnpm](https://pnpm.io/) or [npm](https://www.npmjs.com/)\n\n## Installation\n\nClone the repository and install dependencies:\n\n```sh\ngit clone https://github.com/jereztech/store-react-demo.git\ncd store-react-demo\npnpm install  # or npm install\n```\n\n## Running the Project\n\nTo start the development server, run:\n\n```sh\npnpm dev  # or npm run dev\n```\n\nThis will start the application at `http://localhost:3000/`.\n\n## Using @jereztech/i18n-react\n\nThis project integrates `@jereztech/i18n-react` for managing translations.\n\nExample usage:\n\n```tsx\nimport { useI18n } from \"@jereztech/i18n-react\";\n\nexport default function Footer() {\n    const { t } = useI18n('Navigation');\n    return (\n        \u003cfooter className=\"container\"\u003e\n            \u003cp className=\"float-end\"\u003e\n                \u003ca href=\"#\"\u003e{t('back-to-top')}\u003c/a\u003e\n            \u003c/p\u003e\n        \u003c/footer\u003e\n    )\n}\n```\n\n## License\n\nThis project is licensed under the **GNU General Public License v3.0**\n\n---\n\nMade with ❤️ by [Jerez Tech](https://jereztech.com)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjereztech%2Fstore-react-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjereztech%2Fstore-react-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjereztech%2Fstore-react-demo/lists"}