{"id":19745573,"url":"https://github.com/y-temp4/worktime-calc","last_synced_at":"2026-04-19T19:32:58.285Z","repository":{"id":260098589,"uuid":"859854858","full_name":"y-temp4/worktime-calc","owner":"y-temp4","description":"This is a web application to calculate work time with multilingual support (English/Japanese).","archived":false,"fork":false,"pushed_at":"2026-01-17T16:47:43.000Z","size":3284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-18T01:15:11.178Z","etag":null,"topics":["calculator","github-pages","i18n","postcss","react","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://y-temp4.github.io/worktime-calc/","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/y-temp4.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":"2024-09-19T11:55:32.000Z","updated_at":"2026-01-17T16:47:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"00dbba06-9a8f-4225-973a-18661a3e744d","html_url":"https://github.com/y-temp4/worktime-calc","commit_stats":null,"previous_names":["y-temp4/worktime-calc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/y-temp4/worktime-calc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-temp4%2Fworktime-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-temp4%2Fworktime-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-temp4%2Fworktime-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-temp4%2Fworktime-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-temp4","download_url":"https://codeload.github.com/y-temp4/worktime-calc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-temp4%2Fworktime-calc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["calculator","github-pages","i18n","postcss","react","tailwindcss","typescript","vite"],"created_at":"2024-11-12T02:09:55.769Z","updated_at":"2026-04-19T19:32:58.277Z","avatar_url":"https://github.com/y-temp4.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# worktime-calc\n\n[日本語](./README_ja.md) | English\n\n![OGP](./public/ogp_en.png)\n\n[![Preact](https://img.shields.io/badge/Preact-10.25.1-673AB8?logo=preact\u0026logoColor=white)](https://preactjs.com/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.9.3-3178C6?logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Vite](https://img.shields.io/badge/Vite-7.3.1-646CFF?logo=vite\u0026logoColor=white)](https://vitejs.dev/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-4.1.18-06B6D4?logo=tailwindcss\u0026logoColor=white)](https://tailwindcss.com/)\n[![pnpm](https://img.shields.io/badge/pnpm-10.28.0-F69220?logo=pnpm\u0026logoColor=white)](https://pnpm.io/)\n\nThis is a web application to calculate work time with multilingual support (English/Japanese).\n\n## Features\n\n- ⏰ Time duration calculation\n- ➕ Multiple time pairs with automatic total (supports overnight ranges)\n- 🕒 One-click set current time for start/end\n- 📋 Copy total hours or individual times (with picker)\n- ⌨️ Keyboard shortcuts with help modal\n- 🔁 Undo/redo + local persistence\n- 🌍 Multilingual support (English/Japanese)\n\n## Tech Stack\n\n- **Frontend**: Preact (React-compatible) with TypeScript\n- **Build Tool**: Vite\n- **Styling**: Tailwind CSS\n- **Routing**: Lightweight History API routing\n- **Package Manager**: pnpm\n\n## Getting Started\n\n### Prerequisites\n\n- pnpm\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/y-temp4/worktime-calc.git\ncd worktime-calc\n\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n\n# Build for production\npnpm build\n\n# Preview production build\npnpm preview\n```\n\n## Development\n\nThis project uses:\n\n- Preact (React-compatible) with TypeScript for type safety\n- Vite for fast development and building\n- Tailwind CSS for utility-first styling\n- Lightweight History API routing for language paths\n\nMost of the code in this application was generated by a generative AI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-temp4%2Fworktime-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-temp4%2Fworktime-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-temp4%2Fworktime-calc/lists"}