{"id":39688489,"url":"https://github.com/yamcodes/stopwatch","last_synced_at":"2026-01-18T10:03:19.557Z","repository":{"id":245732371,"uuid":"819079296","full_name":"yamcodes/stopwatch","owner":"yamcodes","description":"A simple stopwatch app built with SolidJS","archived":false,"fork":false,"pushed_at":"2025-03-03T17:29:54.000Z","size":211,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T22:03:21.156Z","etag":null,"topics":["solid","solidjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yamcodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-23T18:04:57.000Z","updated_at":"2024-07-05T10:37:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0132b51-198e-4c2c-a03d-28b4bad2ffff","html_url":"https://github.com/yamcodes/stopwatch","commit_stats":null,"previous_names":["yamcodes/stopwatch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yamcodes/stopwatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Fstopwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Fstopwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Fstopwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Fstopwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamcodes","download_url":"https://codeload.github.com/yamcodes/stopwatch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamcodes%2Fstopwatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["solid","solidjs"],"created_at":"2026-01-18T10:03:18.977Z","updated_at":"2026-01-18T10:03:19.552Z","avatar_url":"https://github.com/yamcodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stopwatch\n\nA simple stopwatch app built with SolidJS.\n\n## Features\n\n- Start, pause, and reset the stopwatch\n- Keyboard shortcuts (space to start/pause, r to reset)\n- Lightweight and fast\n- Responsive design adapting to screen resizing\n\n## Development\n\n### Prerequisites\n\n- Node.js (v18 or later)\n- pnpm (v9 or later)\n\n### Installation\n\n1. Clone the repository:\n\n```\ngit clone https://github.com/yamcodes/stopwatch\n```\n\n2. Change to the project directory:\n\n```\ncd stopwatch\n```\n\n3. Install dependencies:\n\n```\npnpm install\n```\n\n### Running the App\n\nTo start the development server, run:\n\n```\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n### Building for Production\n\nTo build the app for production, run:\n\n```\npnpm build\n```\n\nThe optimized and minified files will be generated in the `dist` folder.\n\n## Usage\n\n- Press the spacebar or click the \"Start\" button to start the stopwatch\n- Press the spacebar or click the \"Pause\" button to pause the stopwatch\n- Press \"R\" or click the \"Reset\" button to reset the stopwatch\n\n## Keyboard Shortcuts\n\n```ts\nconst KEYS = {\n  START_OR_PAUSE: ' ',\n  RESET: 'r',\n} as const;\n```\n\n## Deployment\n\nYou can deploy the `dist` folder to any static host provider (Netlify, Surge, Now, etc.)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the MIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamcodes%2Fstopwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamcodes%2Fstopwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamcodes%2Fstopwatch/lists"}