{"id":27209602,"url":"https://github.com/zyxxie-creator/tma-react-ts","last_synced_at":"2026-02-17T15:03:08.436Z","repository":{"id":274446173,"uuid":"922926031","full_name":"Zyxxie-creator/tma-react-ts","owner":"Zyxxie-creator","description":"Telegram Mini App(React,TS,Redux)","archived":false,"fork":false,"pushed_at":"2025-01-27T12:08:28.000Z","size":3175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T09:16:09.651Z","etag":null,"topics":["miniapp","telegram","tma"],"latest_commit_sha":null,"homepage":"https://t.me/tmaZyxxieBot","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/Zyxxie-creator.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-01-27T10:41:52.000Z","updated_at":"2025-01-27T12:03:03.000Z","dependencies_parsed_at":"2025-04-10T00:57:34.499Z","dependency_job_id":"b7cc8398-6972-4c7d-a700-e09b37c1359c","html_url":"https://github.com/Zyxxie-creator/tma-react-ts","commit_stats":null,"previous_names":["zyxxie-creator/tma-react-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zyxxie-creator/tma-react-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zyxxie-creator%2Ftma-react-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zyxxie-creator%2Ftma-react-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zyxxie-creator%2Ftma-react-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zyxxie-creator%2Ftma-react-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zyxxie-creator","download_url":"https://codeload.github.com/Zyxxie-creator/tma-react-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zyxxie-creator%2Ftma-react-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["miniapp","telegram","tma"],"created_at":"2025-04-10T00:57:33.136Z","updated_at":"2026-02-17T15:03:08.419Z","avatar_url":"https://github.com/Zyxxie-creator.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[Telegram](https://t.me/tmaZyxxieBot)\n\n## English\n\nThis pet project is a Telegram Mini App that demonstrates the use of React for building user interfaces and showcases basic functionalities of a task management system. Users can efficiently manage their tasks, including features such as adding, editing, completing, and deleting tasks.\n\nHere's the full list of technologies used in the project:\n\n- `react` - A JavaScript library for building user interfaces.\n- `@reduxjs/toolkit` - A library for efficient Redux development.\n- `@telegram-apps/sdk` - SDK for building Telegram applications.\n- `react-redux` - Official React bindings for Redux.\n- `typescript` - A superset of JavaScript that adds static types.\n- `sass` - A preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).\n\n### How to Run the Project\n\n### How to Run the Project\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/Zyxxie-creator/tma-react-ts.git\n   cd todo-list\n   ```\n\n2. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Start the Development Server**:\n   ```bash\n   npm start\n   ```\n\n4. **Open in Browser**:\n   Navigate to `http://localhost:3000` to view the application.\n\n\n## Русский\n\nЭтот pet проект представляет собой Telegram Mini App, который демонстрирует использование React и TS для создания пользовательских интерфейсов.\n\nВот полный список использованных технологий в проекте:\n\n- `react` - Библиотека JavaScript для создания пользовательских интерфейсов.\n- `@reduxjs/toolkit` - Библиотека для эффективной разработки на Redux.\n- `@telegram-apps/sdk` - SDK для создания приложений Telegram.\n- `react-redux` - Официальные привязки React для Redux.\n- `typescript` - Надстройка над JavaScript, добавляющая статическую типизацию.\n- `sass` - Язык препроцессорного скриптования, который интерпретируется или компилируется в каскадные таблицы стилей (CSS).\n\n### Как запустить проект\n\n1. **Клонируйте репозиторий**:\n   ```bash\n   git clone https://github.com/Zyxxie-creator/tma-react-ts.git\n   cd todo-list\n   ```\n\n2. **Установите зависимости**:\n   ```bash\n   npm install\n   ```\n\n3. **Запустите сервер разработки**:\n   ```bash\n   npm start\n   ```\n\n4. **Откройте в браузере**:\n   Перейдите по адресу `http://localhost:3000`, чтобы увидеть приложение.\n\n## Contacts\n#### **Github**\n- [@Zyxxie-creator](https://github.com/Zyxxie-creator)\n##### **Telegram**\n-  [@Zyxxie](https://t.me/Zyxxie)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyxxie-creator%2Ftma-react-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyxxie-creator%2Ftma-react-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyxxie-creator%2Ftma-react-ts/lists"}