{"id":22933693,"url":"https://github.com/arturfse/hackernews-clone","last_synced_at":"2026-04-09T17:54:46.034Z","repository":{"id":112498420,"uuid":"441752870","full_name":"arthur-arslanov/hackernews-clone","owner":"arthur-arslanov","description":"HN clone with TS, React, Styled Components and different stores implemented","archived":false,"fork":false,"pushed_at":"2022-01-16T18:21:21.000Z","size":3488,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T01:38:34.291Z","etag":null,"topics":["hackernews-clone","mobx","react","redux","redux-saga","redux-thunk","styled-components","typescript"],"latest_commit_sha":null,"homepage":"","language":null,"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/arthur-arslanov.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":"2021-12-25T20:24:02.000Z","updated_at":"2023-08-14T06:53:59.000Z","dependencies_parsed_at":"2023-05-15T09:30:19.657Z","dependency_job_id":null,"html_url":"https://github.com/arthur-arslanov/hackernews-clone","commit_stats":null,"previous_names":["arthur-arslanov/hackernews-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arthur-arslanov/hackernews-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-arslanov%2Fhackernews-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-arslanov%2Fhackernews-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-arslanov%2Fhackernews-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-arslanov%2Fhackernews-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthur-arslanov","download_url":"https://codeload.github.com/arthur-arslanov/hackernews-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthur-arslanov%2Fhackernews-clone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261785319,"owners_count":23209285,"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":["hackernews-clone","mobx","react","redux","redux-saga","redux-thunk","styled-components","typescript"],"created_at":"2024-12-14T11:33:06.334Z","updated_at":"2025-12-30T22:25:34.788Z","avatar_url":"https://github.com/arthur-arslanov.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eHackerNews Clone\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cb\u003eSimple HN clone with TS, React, Styled Components and different stores implemented\u003c/b\u003e \u003cbr /\u003e\u003cbr /\u003e\n    \u003cimg width=\"50px\" src=\"https://upload.wikimedia.org/wikipedia/commons/4/4c/Typescript_logo_2020.svg\" alt=\"\"/\u003e\n    \u003cimg height=\"50px\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/1280px-React-icon.svg.png\" alt=\"\" /\u003e\n    \u003cimg style=\"margin-right: 15px\" width=\"50px\" src=\"https://cdn.worldvectorlogo.com/logos/redux.svg\" alt=\"\"/\u003e\n    \u003cimg style=\"margin-right: 15px\" width=\"50px\" src=\"https://mobx.js.org/img/mobx.png\" alt=\"\"/\u003e\n    \u003cimg width=\"50px\" src=\"https://user-images.githubusercontent.com/51407990/149630941-61334394-9db3-47dc-83f5-b6bdcabdde0d.png\" alt=\"\" /\u003e\n\u003c/p\u003e\n\n\u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Arslanoov/hackernews-clone/tree/redux\"\u003eRedux Thunk Version\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Arslanoov/hackernews-clone/tree/redux-toolkit\"\u003eRedux Toolkit Version\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Arslanoov/hackernews-clone/tree/redux-saga\"\u003eRedux Saga Version\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/Arslanoov/hackernews-clone/tree/mobx\"\u003eMobx Version\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eStart the project\u003c/b\u003e\u003c/p\u003e\n\n    make install-deps\n    make dev\n\n\u003cp align=\"center\"\u003e\u003cb\u003eRun tests\u003c/b\u003e\u003c/p\u003e\n\n    make test\n\n\u003cp align=\"center\"\u003e\u003cb\u003eBuild project\u003c/b\u003e\u003c/p\u003e\n\n    make build\n\n\u003ch3 align=\"center\"\u003eShort overview\u003c/h2\u003e\n\n### Stories\n![Stories](https://user-images.githubusercontent.com/51407990/149630797-cf7ad68d-67ac-484d-bb62-b82c8cc12013.png)\n\n### Comments\n![Comments](https://user-images.githubusercontent.com/51407990/149630803-42d93128-52cf-4904-961f-b4e10b4b2530.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturfse%2Fhackernews-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturfse%2Fhackernews-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturfse%2Fhackernews-clone/lists"}