{"id":21519792,"url":"https://github.com/hashi7412/inletsky","last_synced_at":"2025-04-09T22:10:18.949Z","repository":{"id":172654933,"uuid":"649547735","full_name":"hashi7412/inletsky","owner":"hashi7412","description":"Custom ui building system based on React + Styled Components + TypeScript","archived":false,"fork":false,"pushed_at":"2023-09-12T15:25:14.000Z","size":16409,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-23T23:51:36.561Z","etag":null,"topics":["code","codebase","hashi7412","inletsky","networking-library","react","shinobi","styled-components","typescript","vite"],"latest_commit_sha":null,"homepage":"https://main--inletsky-dev.netlify.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/hashi7412.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}},"created_at":"2023-06-05T05:53:37.000Z","updated_at":"2023-10-09T16:45:29.000Z","dependencies_parsed_at":"2023-07-14T13:30:34.970Z","dependency_job_id":null,"html_url":"https://github.com/hashi7412/inletsky","commit_stats":null,"previous_names":["amigo7412/inletsky","hashi7412/inletsky","partner20307/inletsky","squaremost/inletsky"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashi7412%2Finletsky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashi7412%2Finletsky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashi7412%2Finletsky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashi7412%2Finletsky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashi7412","download_url":"https://codeload.github.com/hashi7412/inletsky/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"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":["code","codebase","hashi7412","inletsky","networking-library","react","shinobi","styled-components","typescript","vite"],"created_at":"2024-11-24T01:00:09.268Z","updated_at":"2025-04-09T22:10:18.928Z","avatar_url":"https://github.com/hashi7412.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inletsky\n\nWebsite:  Networking library for vector networking on the web. Its performance, real-time styling, and interactivity features set the bar for anyone building fast, immersive tech on the web.\n\n===\n\nCodebase:  Custom ui building system based on React + Styled Components + TypeScript\n\n## Papar Information\n- Title:  `Inletsky`\n- Authors:  `shinobi8894`, `hashi7412`\n- Preprint: here is [live site](https://main--inletsky-dev.netlify.app/)\n\n## Install \u0026 Dependence\n- node `v18.13.0`\n- react `v18.2.0`\n- vite `v4.3.9`\n- typescript `v5.1.3`\n- styled-components `v5.3.11`\n- react-router-dom `v6.11.2`\n- react-redux `v8.1.0`\n- @reduxjs/toolkit `v1.9.5`\n\n## Use\n- for npm\n  ```\n  npm dev\n  ```\n- for yarn\n  ```\n  yarn dev\n  ```\n\n## Code Details\n\n### components\n\n### lang\n\n### pages\n\n## Directory Hierarchy\n```\n|—— .gitignore\n|—— index.html\n|—— package.json\n|—— public\n|—— src\n|    |—— @types\n|        |—— app.d.ts\n|        |—— global.d.ts\n|    |—— App.tsx\n|    |—— assets\n|    |—— components\n|        |—— basic\n|            |—— flex\n|            |—— grid\n|            |—— heading\n|            |—— link\n|            |—— list\n|            |—— logo\n|            |—— text\n|            |—— index.tsx\n|        |—— custom\n|            |—— badge\n|            |—— button\n|            |—— checkbox\n|            |—— icon\n|            |—— input\n|            |—— panel\n|            |—— select\n|            |—— slidebar\n|            |—— index.tsx\n|        |—— layout\n|            |—— footer\n|            |—— header\n|                |—— components\n|                    |—— menu\n|                |—— index.tsx\n|                |—— style.ts\n|            |—— hero\n|            |—— main\n|            |—— subsection\n|        |—— page\n|            |—— cross-list-item\n|            |—— explorer\n|            |—— faq-item\n|            |—— seperator\n|            |—— service-item\n|    |—— constants\n|    |—— hooks\n|    |—— lang\n|        |—— en-US.json\n|        |—— zh-ZH.json\n|    |—— layouts\n|        |—— public\n|    |—— pages\n|        |—— geospatial-ai\n|        |—— home\n|        |—— multi-cloud-solutions\n|        |—— services\n|    |—— redux\n|        |—— store.ts\n|    |—— routes\n|        |—— index.tsx\n|    |—— style\n|        |—— globalStyle.ts\n|        |—— variable.ts\n|    |—— useStore.ts\n|    |—— utils\n|        |—— debounce.util.ts\n|        |—— style.util.ts\n|    |—— index.tsx\n|—— tsconfig.json\n|—— vite.config.js\n|—— yarn.lock\n```\n\n===\n\n![mobile](https://github.com/hashi7412/inletsky/assets/105185902/bd124198-1e44-4c4f-b689-f2dc1d383158)\n\nCreated by Hashi and lbayer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashi7412%2Finletsky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashi7412%2Finletsky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashi7412%2Finletsky/lists"}