{"id":25628536,"url":"https://github.com/shuunen/stuff-finder","last_synced_at":"2025-04-14T14:52:44.648Z","repository":{"id":36325704,"uuid":"171258930","full_name":"Shuunen/stuff-finder","owner":"Shuunen","description":"Webapp that help me find my stuff","archived":false,"fork":false,"pushed_at":"2025-04-11T19:56:41.000Z","size":3233,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T20:42:30.951Z","etag":null,"topics":["open-source","organizer","webapp"],"latest_commit_sha":null,"homepage":"https://stuff-finder.netlify.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuunen.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,"zenodo":null}},"created_at":"2019-02-18T09:59:54.000Z","updated_at":"2025-04-11T19:56:00.000Z","dependencies_parsed_at":"2024-01-21T19:23:09.370Z","dependency_job_id":"c5060ce2-d7d3-4bd4-9916-da4cc0aef0d8","html_url":"https://github.com/Shuunen/stuff-finder","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuunen%2Fstuff-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuunen%2Fstuff-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuunen%2Fstuff-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuunen%2Fstuff-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuunen","download_url":"https://codeload.github.com/Shuunen/stuff-finder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248900950,"owners_count":21180315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["open-source","organizer","webapp"],"created_at":"2025-02-22T18:33:17.867Z","updated_at":"2025-04-14T14:52:44.626Z","avatar_url":"https://github.com/Shuunen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stuff Finder\n\n[![GitHub license](https://img.shields.io/github/license/shuunen/stuff-finder.svg?color=informational)](https://github.com/Shuunen/stuff-finder/blob/master/LICENSE)\n[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/Shuunen/stuff-finder?style=flat)](https://codeclimate.com/github/Shuunen/stuff-finder)\n[![Website](https://img.shields.io/website/https/shuunen-goals.netlify.app.svg)](https://stuff-finder.netlify.app)\n\n![banner](docs/banner.svg)\n\n## Demo\n\n[![logo](public/assets/favicon-16x16.png)](https://stuff-finder.netlify.app) [https://stuff-finder.netlify.app](https://stuff-finder.netlify.app)\n\n[![demo](docs/design-1.2.0.jpg)](https://stuff-finder.netlify.app)\n\n## Todo\n\n- [ ] nicer colorful identity ([something like this ?](https://www.iconfinder.com/icons/44859/cube_icon))\n- [ ] detect user in/activity to refresh data\n- [ ] show given/thrown items with a different color/display, also they're no more in box/room\n- [ ] features to recover :\n  - [ ] clone item\n  - [ ] search retry when scan, search, or speech fail\n  - [ ] print un-printed items\n\n## Build sizes\n\n- 0.1.1 :  4KB html +  9KB css + 320KB js\n- 0.1.0 :  3KB html +  9KB css + 435KB js\n- 0.2.0 :  8KB html + 20KB css + 305KB js\n- 0.4.0 : 12KB html + 22KB css + 320KB js\n- 0.5.0 : 12KB html + 22KB css + 330KB js\n- 1.0.0 :  6KB html + 27KB css + 360KB js (migration to vite \u0026 preact with old code)\n- 1.1.0 :  6KB html + 27KB css + 445KB js (added mui + mui icons)\n- 1.2.0 :  3KB html + 26KB css + 622KB js (added notistack + preact-router)\n- 1.3.0 :  3KB html + 16KB css + 683KB js\n- 2.0.0 :  3KB html + 18KB css + 720KB js (more components, better design)\n- 2.1.0 :  1KB html + 18KB css + 726KB js\n- 2.2.0 :  1KB html + 18KB css + 691KB js (after making everything lazy \u0026 optimizing common deps)\n\nCheck build stats in details by running `pnpm build:analyze`.\n\n## Thanks\n\n- [101 Soundboards](https://www.101soundboards.com/sounds/1295599-barcode-scan-beep-09) : for the various sounds used in the app\n- [Add icon](https://www.iconfinder.com/icons/1814113/add_more_plus_icon) by Alexander Madyankin \u0026 Roman Shamin\n- [Box icon](https://www.iconfinder.com/icons/2123914/app_box_essential_ui_icon) by Just Icon\n- [Dependency-cruiser](https://github.com/sverweij/dependency-cruiser) : handy tool to validate and visualize dependencies\n- [Eslint](https://eslint.org) : super tool to find \u0026 fix problems\n- [Eye icon](https://www.iconfinder.com/icons/5925640/eye_no_view_icon) by IconPai\n- [Favicon.io](https://favicon.io/favicon-generator/?t=SF\u0026ff=Istok+Web\u0026fs=110\u0026fc=#FFF\u0026b=rounded\u0026bc=#08F) : handy favicon generator\n- [Github](https://github.com) : this great, free and evolving platform\n- [Keyboard \u0026 mic icons](https://www.iconfinder.com/iconsets/bitsies) by Recep Kütük\n- [MUI](https://mui.com) : a nice material ui lib\n- [Netlify](https://netlify.com) : awesome company that offers hosting for OSS\n- [Repo-checker](https://github.com/Shuunen/repo-checker) : eslint cover /src code and this tool the rest ^^\n- [RIOT Optimizer](https://riot-optimizer.com) : Radical Image Optimization Tool, the best software I found to compress images\n- [Scan icon](https://www.iconfinder.com/icons/3702397/barcode_code_scan_scanner_icon) by Ghariza Mahavira\n- [Shields.io](https://shields.io) : for the nice badges on top of this readme\n- [Shuutils](https://github.com/Shuunen/shuutils) : collection of pure JS utils\n- [SvgOmg](https://jakearchibald.github.io/svgomg/) : great tool to reduce svg image size\n- [TailwindCss](https://tailwindcss.com) : awesome lib to produce maintainable style\n- [V8](https://github.com/demurgos/v8-coverage) : simple \u0026 effective cli for code coverage\n- [Vite](https://github.com/vitejs/vite) : super fast frontend tooling\n- [Vitest](https://github.com/vitest-dev/vitest) : super fast vite-native testing framework\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/Shuunen/stuff-finder.svg?variant=adaptive)](https://starchart.cc/Shuunen/stuff-finder)\n\n## Page views\n\n[![Free Website Counter](https://www.websitecounterfree.com/c.php?d=9\u0026id=63927\u0026s=12)](https://www.websitecounterfree.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuunen%2Fstuff-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuunen%2Fstuff-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuunen%2Fstuff-finder/lists"}