{"id":20087186,"url":"https://github.com/shahul01/mytimerv2","last_synced_at":"2026-04-15T10:32:56.749Z","repository":{"id":188066868,"uuid":"655542727","full_name":"shahul01/myTimerV2","owner":"shahul01","description":"Multiple timers, always displaying. Built with Electron, React, tRPC \u0026 SQLite.","archived":false,"fork":false,"pushed_at":"2024-07-28T20:04:47.000Z","size":2200,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T00:40:08.541Z","etag":null,"topics":["countdown","countdown-timer","electron","express","nodejs","react","sqlite","timer","trpc","typescript"],"latest_commit_sha":null,"homepage":"","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/shahul01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-06-19T05:47:44.000Z","updated_at":"2024-07-25T05:13:16.000Z","dependencies_parsed_at":"2023-08-13T16:08:51.301Z","dependency_job_id":"c4a2b631-21be-4723-ac0f-49f3f78cfbac","html_url":"https://github.com/shahul01/myTimerV2","commit_stats":null,"previous_names":["shahul01/mytimerv2"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shahul01/myTimerV2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahul01%2FmyTimerV2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahul01%2FmyTimerV2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahul01%2FmyTimerV2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahul01%2FmyTimerV2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahul01","download_url":"https://codeload.github.com/shahul01/myTimerV2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahul01%2FmyTimerV2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"last_error":"SSL_read: 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":["countdown","countdown-timer","electron","express","nodejs","react","sqlite","timer","trpc","typescript"],"created_at":"2024-11-13T16:04:24.171Z","updated_at":"2026-04-15T10:32:56.725Z","avatar_url":"https://github.com/shahul01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timer app\n\n## Built with Electron, React \u0026 tRPC.\n\n### TechStacks\n\n- Electron\n- React\n  - Hooks - useState, useEffect, useImperative, useCallback\n- React Query\n- TypeScript\n- Zod\n- CSS in modules\n- tRPC\n- SQLite\n- Prisma\n\n\u003cbr /\u003e \u003chr /\u003e \u003cbr /\u003e\n\n### Screenshots\n\n#### home\n\n![home.png](./assets/images/screenshots/home.png)\n\n\u003cbr /\u003e \u003chr /\u003e \u003cbr /\u003e\n\n### Flow charts\n\n#### 1. State changes\n\n![myTimer-updates](./assets/images/flowCharts/myTimer-updates.drawio.png)\n\n\u003cbr /\u003e \u003chr /\u003e \u003cbr /\u003e\n\n### Codes\n\n#### 1. to start - dev mode\n\n```\n  # frontend and backend\n    npm i --save-exact\n    npm run postinstall\n    npm run start\n\n  # db\n    # to use prisma client\n    npx prisma generate\n    # creates db.sqlite file w/ tables\n    npx prisma db push\n    npm run dev:server\n\n```\n\n#### 2. to create application package\n\n```\n  npm run package\n```\n\n#### 3. to start - prod mode\n\n```\n  # frontend and backend\n    directly use electron app\n\n  # db\n    npm run build:server\n    npm run start:server\n```\n\n#### 4. misc\n\n#### 4a. prisma schema update\n\n```\n  npx prisma migrate dev --create-only\n  npx prisma migrate dev\n```\n\n#### 4b. prisma studio\n\n```bash\n  npx prisma studio\n```\n\n\u003cbr /\u003e\n\n#### 👉 refer .TODO file for reference docs\n\n\u003cbr /\u003e\n\n### credits\n\n#### electron - react template\n\n[electron-react-boilerplate repo](https://github.com/electron-react-boilerplate/electron-react-boilerplate)\n\n\u003cbr /\u003e \u003chr /\u003e \u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahul01%2Fmytimerv2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahul01%2Fmytimerv2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahul01%2Fmytimerv2/lists"}