{"id":18366473,"url":"https://github.com/aveek-saha/autocomplete","last_synced_at":"2026-05-13T23:35:45.258Z","repository":{"id":231195199,"uuid":"608261754","full_name":"Aveek-Saha/autocomplete","owner":"Aveek-Saha","description":"🔍 A React app with blazing fast sub millisecond autocomplete suggestions using a weighted trie.","archived":false,"fork":false,"pushed_at":"2023-04-25T04:35:14.000Z","size":6742,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T17:24:17.918Z","etag":null,"topics":["autocomplete","autocomplete-functionality","autocomplete-search","autocomplete-suggestions","react","react-autocomplete","react-autosuggest","reactjs","trie","trie-data-structure","trie-node","trie-tree","tries"],"latest_commit_sha":null,"homepage":"https://home.aveek.io/autocomplete/","language":"JavaScript","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/Aveek-Saha.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}},"created_at":"2023-03-01T16:48:23.000Z","updated_at":"2023-03-14T21:13:52.000Z","dependencies_parsed_at":"2024-04-03T00:53:28.568Z","dependency_job_id":"2cde69cc-0f9b-479b-81d6-b58a0f92e4e6","html_url":"https://github.com/Aveek-Saha/autocomplete","commit_stats":null,"previous_names":["aveek-saha/autocomplete"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aveek-Saha/autocomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aveek-Saha%2Fautocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aveek-Saha%2Fautocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aveek-Saha%2Fautocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aveek-Saha%2Fautocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aveek-Saha","download_url":"https://codeload.github.com/Aveek-Saha/autocomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aveek-Saha%2Fautocomplete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["autocomplete","autocomplete-functionality","autocomplete-search","autocomplete-suggestions","react","react-autocomplete","react-autosuggest","reactjs","trie","trie-data-structure","trie-node","trie-tree","tries"],"created_at":"2024-11-05T23:17:49.985Z","updated_at":"2026-05-13T23:35:45.243Z","avatar_url":"https://github.com/Aveek-Saha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n\u003ch1 \u003e\nAutocomplete Trie \n \u003cimg width = \"32px\" src = \"https://user-images.githubusercontent.com/31800695/234173101-ee5ad22e-2d93-4cd7-968b-3d8f61804153.png\"\u003e\n\u003c/h1\u003e\n \n\u003c/div\u003e\n \n\u003ch3 align=\"center\"\u003e\n\u003cimg src =\"https://img.shields.io/badge/React-61DAFB.svg?style=for-the-badge\u0026logo=React\u0026logoColor=black\"\u003e\n\u003cimg src =\"https://img.shields.io/badge/Redux-764ABC.svg?style=for-the-badge\u0026logo=Redux\u0026logoColor=white\"\u003e\n\u003cimg src =\"https://img.shields.io/badge/Vite-646CFF.svg?style=for-the-badge\u0026logo=Vite\u0026logoColor=white\"\u003e\n\u003cbr\u003e\n\u003c/h3\u003e\n\u003ch3 align=\"center\"\u003e\nA React app with blazing fast sub millisecond autocomplete suggestions using weighted tries.\n\u003c/h3\u003e\n\n### [Check it out here](https://home.aveek.io/autocomplete/)\n\n## Development\n\nInstall all dependencies\n\n```\nnpm i\n```\n\n### Build\n\nTo create the trie\n\n```\ncd data\nnode build.js\n```\n\n### Dev server\n\nTo run the dev server\n\n```\nnpm run dev\n```\n\n### Production\n\nTo build for production\n\n```\nnpm run build\n```\n\n## Credits\n\n\u003cdiv\u003e Icons made by \u003ca href=\"https://www.flaticon.com/authors/freepik\" title=\"Freepik\"\u003e Freepik \u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com'\u003c/a\u003e\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faveek-saha%2Fautocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faveek-saha%2Fautocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faveek-saha%2Fautocomplete/lists"}