{"id":25850584,"url":"https://github.com/igafar/scan-react","last_synced_at":"2026-04-07T08:31:33.760Z","repository":{"id":276505520,"uuid":"929134118","full_name":"iGafar/scan-react","owner":"iGafar","description":"Web application for searching company information by TIN","archived":false,"fork":false,"pushed_at":"2025-02-25T19:38:50.000Z","size":1126,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T20:34:13.023Z","etag":null,"topics":["ant-design","husky","linter","prettier","react","react-router","redux-toolkit","rtk-query","sonner","styled-components","typescript","webpack"],"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/iGafar.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-07T21:43:00.000Z","updated_at":"2025-02-25T19:38:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d408738-c060-45c8-bec7-82b10c879aee","html_url":"https://github.com/iGafar/scan-react","commit_stats":null,"previous_names":["igafar/scan-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iGafar%2Fscan-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iGafar%2Fscan-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iGafar%2Fscan-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iGafar%2Fscan-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iGafar","download_url":"https://codeload.github.com/iGafar/scan-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241363737,"owners_count":19950821,"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":["ant-design","husky","linter","prettier","react","react-router","redux-toolkit","rtk-query","sonner","styled-components","typescript","webpack"],"created_at":"2025-03-01T12:24:35.936Z","updated_at":"2026-04-07T08:31:33.713Z","avatar_url":"https://github.com/iGafar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scan\n\n`Scan` is a web application for searching company information by TIN\n\n[`Application link`](https://igafar.github.io/scan-react) \u003c/br\u003e\n`Use login: aleksey; password: 4i2385j`\n\n## 👨‍💻 Technology Stack\n\n![Typescript](https://img.shields.io/badge/TypeScript-3178C6.svg?style=for-the-badge\u0026logo=TypeScript\u0026logoColor=white)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white)\n![Ant-Design](https://img.shields.io/badge/-AntDesign-%230170FE?style=for-the-badge\u0026logo=ant-design\u0026logoColor=white)\n![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge\u0026logo=styled-components\u0026logoColor=white)\n![Webpack](https://img.shields.io/badge/webpack-%238DD6F9.svg?style=for-the-badge\u0026logo=webpack\u0026logoColor=black)\n![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge\u0026logo=eslint\u0026logoColor=white)\n![Prettier](https://img.shields.io/badge/prettier-%23F7B93E.svg?style=for-the-badge\u0026logo=prettier\u0026logoColor=black)\n![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge\u0026logo=githubactions\u0026logoColor=white)\n![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white)\n![Testing-Library](https://img.shields.io/badge/-TestingLibrary-%23E33332?style=for-the-badge\u0026logo=testing-library\u0026logoColor=white)\n\n## 📝 Architecture\n\n[Atomic Desigm](https://atomicdesign.bradfrost.com/chapter-2/)\n\n## 🔗 Useful links\n\n- [Naming rules](./docs/naming-rules.md)\n- [Сommit naming rules](https://www.conventionalcommits.org/en/v1.0.0/)\n\n## 🏃 Getting Started\n\n`Required Node.js version 21.4 and higher!`\n\nTo get a local copy of the project perform the following actions:\n\n1. Clone the repo\n\n```\ngit clone https://github.com/iGafar/scan-react.git\n```\n\n2. Install npm packages\n\n```\nnpm install\n```\n\n3. Run the project locally\n\n```\nnpm run dev\n```\n\n## 📜 Available scripts\n\n#### Webpack (code building)\n\n- build production version\n\n```\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figafar%2Fscan-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figafar%2Fscan-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figafar%2Fscan-react/lists"}