{"id":50557055,"url":"https://github.com/starostinlf/higher-web-practice-calculator","last_synced_at":"2026-06-04T08:01:40.953Z","repository":{"id":358057389,"uuid":"1236875911","full_name":"StarostinLF/higher-web-practice-calculator","owner":"StarostinLF","description":"Учебный проект \"Калькулятор расходов\"","archived":false,"fork":false,"pushed_at":"2026-05-15T14:17:02.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T14:35:47.398Z","etag":null,"topics":["html","idb","tailwindcss","typescript","vite","zod"],"latest_commit_sha":null,"homepage":"https://starostinlf.github.io/higher-web-practice-calculator/","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/StarostinLF.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-12T16:52:44.000Z","updated_at":"2026-05-15T14:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/StarostinLF/higher-web-practice-calculator","commit_stats":null,"previous_names":["starostinlf/higher-web-practice-calculator"],"tags_count":null,"template":false,"template_full_name":"yandex-praktikum/higher-web-practice-calculator","purl":"pkg:github/StarostinLF/higher-web-practice-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarostinLF%2Fhigher-web-practice-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarostinLF%2Fhigher-web-practice-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarostinLF%2Fhigher-web-practice-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarostinLF%2Fhigher-web-practice-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarostinLF","download_url":"https://codeload.github.com/StarostinLF/higher-web-practice-calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarostinLF%2Fhigher-web-practice-calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33895175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["html","idb","tailwindcss","typescript","vite","zod"],"created_at":"2026-06-04T08:01:38.954Z","updated_at":"2026-06-04T08:01:40.943Z","avatar_url":"https://github.com/StarostinLF.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Проект «Калькулятор расходов»\n\n## Описание\n\n**Калькулятор расходов** — TypeScript SPA для управления ежедневным бюджетом. Пользователь задаёт стартовый баланс и срок, а приложение рассчитывает дневной лимит, отслеживает траты и хранит историю транзакций в IndexedDB.\n\n## Разработчик\n\n- **ФИО**: Старостин Леонид Федорович\n- **Курс**: 1 курс, магистратура, ИТМО\n- **Направление**: Фронтенд и Бэкенд разработка, JavaScript, базовый трек\n\n## Ссылки\n\n- [Макет](https://www.figma.com/design/8UievNaMQUQrzAHNqqymwQ/%D0%9F%D1%80%D0%BE%D0%B5%D0%BA%D1%82%E2%80%A8%C2%AB%D0%9A%D0%B0%D0%BB%D1%8C%D0%BA%D1%83%D0%BB%D1%8F%D1%82%D0%BE%D1%80%E2%80%A8%D1%80%D0%B0%D1%81%D1%85%D0%BE%D0%B4%D0%BE%D0%B2%C2%BB?node-id=12-4354\u0026p=f\u0026t=pH1Ofz3zR5NDR8gS-0)\n- [GitHub-репозиторий](https://github.com/StarostinLF/higher-web-practice-calculator)\n\n## Стек\n\n- `HTML`, `CSS`, `TypeScript`\n- `Vite`\n- `Tailwind CSS`\n- `IndexedDB`\n- `Zod`\n- `date-fns`\n\n## Установка\n\n```bash\nnpm install\n```\n\n## Запуск в режиме разработки\n\n```bash\nnpm run dev\n```\n\nОткрыть [http://localhost:3000](http://localhost:3000).\n\n## Сборка для продакшена\n\n```bash\nnpm run build\nnpm run preview\n```\n\n## Проверки\n\n```bash\nnpm run type-check   # TypeScript\nnpm run lint         # ESLint\nnpm run validate     # type-check + lint + prettier\n```\n\n## Структура\n\n``` src/\n├── App.ts                       # роутер\n├── main.ts                      # точка входа\n├── styles.css                   # Tailwind + дизайн-токены\n├── models/schemas.ts            # Zod-схемы и типы\n├── services/budget-calculator.ts # расчёт метрик\n├── components/                  # переиспользуемые UI\n│   ├── input.ts\n│   ├── date-input.ts            # календарь\n│   └── period-select.ts         # дропдаун со сроком\n├── pages/                       # страницы\n│   ├── start-page.ts\n│   ├── main-page.ts\n│   └── history-page.ts\n└── utils/\n    ├── db.ts                    # IndexedDB\n    ├── state.ts                 # state manager\n    ├── format.ts                # форматирование денег и дат\n    └── validation.ts            # обёртка над Zod\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarostinlf%2Fhigher-web-practice-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarostinlf%2Fhigher-web-practice-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarostinlf%2Fhigher-web-practice-calculator/lists"}