{"id":23193436,"url":"https://github.com/william-versatile/react-spa","last_synced_at":"2026-05-18T02:32:59.421Z","repository":{"id":230306681,"uuid":"768932954","full_name":"William-versatile/react-spa","owner":"William-versatile","description":"React-spa","archived":false,"fork":false,"pushed_at":"2024-03-08T02:07:38.000Z","size":453,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T07:28:29.557Z","etag":null,"topics":["javascript","scss"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/William-versatile.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}},"created_at":"2024-03-08T02:04:00.000Z","updated_at":"2024-03-08T02:08:05.000Z","dependencies_parsed_at":"2024-03-29T02:23:57.984Z","dependency_job_id":"168a2bad-e471-4b2c-8b30-87c943dcc8be","html_url":"https://github.com/William-versatile/react-spa","commit_stats":null,"previous_names":["william-versatile/react-spa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/William-versatile/react-spa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-versatile%2Freact-spa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-versatile%2Freact-spa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-versatile%2Freact-spa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-versatile%2Freact-spa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/William-versatile","download_url":"https://codeload.github.com/William-versatile/react-spa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/William-versatile%2Freact-spa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270107080,"owners_count":24528561,"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-08-12T02:00:09.011Z","response_time":80,"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":["javascript","scss"],"created_at":"2024-12-18T13:11:32.419Z","updated_at":"2026-05-18T02:32:54.403Z","avatar_url":"https://github.com/William-versatile.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n    ├── README.md\n    ├── config                                   \n    │   └── storeConfig.js\n    ├── dist                                   \n    │   └── store\n    │       ├── index.html\n    │       └── js\n    ├── package.js                             \n    ├── package.json               \n    ├── readModuleConfig.js                   \n    ├── src\n    │   ├── common                              \n    │   │   ├── common.js                       \n    │   │   ├── common.scss                     \n    │   │   ├── reset.scss                     \n    │   │   └── size.scss                       \n    │   └── store                               \n    │       ├── actions                         \n    │       │   └── home\n    │       │       ├── aboutAction.jsx\n    │       │       └── indexAction.jsx\n    │       ├── components                      \n    │       │   ├── Alert.jsx\n    │       │   ├── Alert.scss\n    │       │   ├── Dialog.jsx\n    │       │   ├── Dialog.scss\n    │       │   ├── Loading.jsx\n    │       │   ├── Loading.scss\n    │       │   ├── Mask.jsx\n    │       │   ├── Mask.scss\n    │       │   └── size.scss\n    │       ├── const                             \n    │       │   └── home\n    │       │       ├── IndexTypes.jsx\n    │       │       └── aboutTypes.jsx\n    │       ├── css                                #css\n    │       │   └── home\n    │       │       ├── about.scss\n    │       │       └── app.scss\n    │       ├── images                          \n    │       │   ├── README.md\n    │       │   └── test.jpeg\n    │       ├── reducers                           #reducer\n    │       │   └── home\n    │       │       ├── about.jsx\n    │       │       └── index.jsx\n    │       ├── store                              #store\n    │       │   └── home\n    │       │       ├── aboutStore.jsx\n    │       │       └── indexStore.jsx\n    │       └── view                             \n    │           ├── home\n    │           │   ├── about.jsx\n    │           │   └── index.jsx\n    │           └── router.jsx                    \n    ├── template                                  \n    │   ├── server.template.html\n    │   └── test.template.html\n    ├── util.js                                    \n    ├── webpack.config.js                          \n    ├── webpack.production.config.js               \n    └── webpack.server.config.js                  \n\n \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliam-versatile%2Freact-spa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliam-versatile%2Freact-spa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliam-versatile%2Freact-spa/lists"}