{"id":51531634,"url":"https://github.com/holasoymas/fuzzy-search","last_synced_at":"2026-07-09T03:01:04.758Z","repository":{"id":359538245,"uuid":"1244755391","full_name":"holasoymas/fuzzy-search","owner":"holasoymas","description":"Implementation of edit distance in js","archived":false,"fork":false,"pushed_at":"2026-05-22T14:03:22.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T16:27:00.605Z","etag":null,"topics":["edit-distance-algorithm","fuzzy-search","pattern-matching"],"latest_commit_sha":null,"homepage":"https://holasoymas.github.io/fuzzy-search/","language":"CSS","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/holasoymas.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":"2026-05-20T15:07:10.000Z","updated_at":"2026-05-22T14:03:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/holasoymas/fuzzy-search","commit_stats":null,"previous_names":["holasoymas/fuzzy-search"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/holasoymas/fuzzy-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holasoymas%2Ffuzzy-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holasoymas%2Ffuzzy-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holasoymas%2Ffuzzy-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holasoymas%2Ffuzzy-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holasoymas","download_url":"https://codeload.github.com/holasoymas/fuzzy-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holasoymas%2Ffuzzy-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35284880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":["edit-distance-algorithm","fuzzy-search","pattern-matching"],"created_at":"2026-07-09T03:01:03.905Z","updated_at":"2026-07-09T03:01:04.705Z","avatar_url":"https://github.com/holasoymas.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 Fuzzy Search (Edit Distance)\n\nA simple fuzzy searching project built using **HTML, CSS, and Vanilla JavaScript**.\n\nThis project demonstrates how the **Edit Distance (Levenshtein Distance)** algorithm can be used to find similar words in real time.\n\n---\n\n## 🎥 Demo\n\n![Demo](./assets/demo.gif)\n\n---\n\n## ✨ Features\n\n- Real-time fuzzy search\n- Dynamic word addition\n- Edit distance matching\n- Simple UI\n- Pure JavaScript implementation\n- No frameworks or libraries used\n\n---\n\n## 🧠 How It Works\n\nThe application compares the search query against stored words using the **Levenshtein Distance** algorithm.\n\nSmaller distance = more similar word.\n\n### Example\n\n| Word 1 | Word 2 | Distance |\n|--------|--------|----------|\n| apple  | aple   | 1 |\n| banana | banan  | 1 |\n| abcdef | azced  | 3 |\n\n\n---\n\n## 🚀 Getting Started\n\n### Clone the repository\n\n```bash\ngit clone https://github.com/yourusername/fuzzy-search.git\n```\n\n### Open the project\n\nSimply open:\n\n```txt\nindex.html\n```\n\nin your browser.\n\n---\n\n## 🛠 Technologies Used\n\n- HTML\n- CSS\n- JavaScript\n\n---\n\n## 🔮 Future Improvements\n\n- Display actual edit distance values\n- Highlight matching characters\n- Better ranking system\n- Keyboard navigation\n- LocalStorage support\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholasoymas%2Ffuzzy-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholasoymas%2Ffuzzy-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholasoymas%2Ffuzzy-search/lists"}