{"id":26482670,"url":"https://github.com/m-hammad-faisal/word-hunter","last_synced_at":"2026-04-18T14:32:33.779Z","repository":{"id":121058268,"uuid":"568247066","full_name":"M-Hammad-Faisal/word-hunter","owner":"M-Hammad-Faisal","description":"Word Hunter is a sleek, modern dictionary app built with React, designed to help you explore word meanings, pronunciations, and more with a vibrant teal-themed UI. Featuring real-time API lookups, a random word generator, and a light/dark mode toggle, it’s optimized for a seamless user experience and handles over 10K+ daily API calls efficiently.","archived":false,"fork":false,"pushed_at":"2025-04-08T13:48:42.000Z","size":1593,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T03:42:13.001Z","etag":null,"topics":["axios","axios-react","dictionary","dictionary-api","lodash","lodash-debounce","mui","mui-icons","mui-material","react","reactjs","realtime-rendering","word-hunter"],"latest_commit_sha":null,"homepage":"https://m-hammad-faisal.github.io/word-hunter/","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/M-Hammad-Faisal.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}},"created_at":"2022-11-19T22:49:36.000Z","updated_at":"2025-04-14T21:19:04.000Z","dependencies_parsed_at":"2025-04-23T03:46:15.896Z","dependency_job_id":null,"html_url":"https://github.com/M-Hammad-Faisal/word-hunter","commit_stats":null,"previous_names":["m-hammad-faisal/word-hunter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/M-Hammad-Faisal/word-hunter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Hammad-Faisal%2Fword-hunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Hammad-Faisal%2Fword-hunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Hammad-Faisal%2Fword-hunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Hammad-Faisal%2Fword-hunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M-Hammad-Faisal","download_url":"https://codeload.github.com/M-Hammad-Faisal/word-hunter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Hammad-Faisal%2Fword-hunter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["axios","axios-react","dictionary","dictionary-api","lodash","lodash-debounce","mui","mui-icons","mui-material","react","reactjs","realtime-rendering","word-hunter"],"created_at":"2025-03-20T04:14:40.050Z","updated_at":"2026-04-18T14:32:33.767Z","avatar_url":"https://github.com/M-Hammad-Faisal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Hunter\n\n![Word Hunter Logo](public/logo192.png)\n\n**Word Hunter** is a sleek, modern dictionary app built with React, designed to help you explore word meanings,\npronunciations, and more with a vibrant teal-themed UI. Featuring real-time API lookups, a random word generator, and a\nlight/dark mode toggle, it’s optimized for a seamless user experience and handles over 10K+ daily API calls efficiently.\n\n**[Live Demo](https://m-hammad-faisal.github.io/word-hunter/)** | **[GitHub Repository](https://github.com/M-Hammad-Faisal/word-hunter)**\n\n---\n\n## Features\n\n- **Real-Time Word Search**: Fetch meanings, definitions, examples, synonyms, antonyms, and audio pronunciations from\n  the [Dictionary API](https://dictionaryapi.dev/).\n- **Random Word Generator**: Discover new words with a single click using\n  the [Random Word API](https://random-word-api.herokuapp.com/).\n- **Light/Dark Mode**: Toggle between a teal-inspired light theme and a sleek dark mode for comfortable viewing.\n- **Recent Searches**: Persist up to 5 recent searches in local storage, with clickable suggestions.\n- **Responsive Design**: Built with Material-UI for a smooth experience across devices.\n- **Optimized Performance**: Debounced searches reduce API calls, ensuring efficiency.\n- **Branded Identity**: Custom “WH” favicon and logo for a professional touch.\n\n---\n\n## Tech Stack\n\n- **Frontend**: React.js, Material-UI, JavaScript, CSS\n- **API Requests**: Axios\n- **Utilities**: Lodash (debounce)\n- **Deployment**: GitHub Pages\n\n---\n\n## Screenshots\n\n![Word Hunter Light Mode](public/screenshots/light-mode.png)\n*Light mode with \"Hello\" searched*\n\n![Word Hunter Dark Mode](public/screenshots/dark-mode.png)\n*Dark mode with recent searches*\n\n---\n\n## Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/M-Hammad-Faisal/word-hunter.git\n   cd word-hunter\n   ```\n2. **Install Dependencies**:\n    ```bash\n    npm install\n    ```\n3. **Run Locally**:\n    ```bash\n    npm start\n    ```\n\nThe app will open at http://localhost:3000 in your browser.\n\n---\n\n## Usage\n\n1. Search a Word: Type a word (e.g., “cat”) in the input field and wait 500ms for results to load automatically.\n2. Listen to Pronunciation: Play the audio if available in the results.\n3. Get a Random Word: Click the “Random Word” button to explore something new.\n4. Toggle Theme: Use the sun/moon icon to switch between light and dark modes.\n5. View Recent Searches: Clear the input to see your last 5 searches.\n\n---\n\n## Acknowledgments\n\n- Dictionary API for word data.\n- Random Word API for random words.\n- Material-UI for UI components.\n- Favicon.io for generating the “WH” favicon.\n\n---\nCreated by Muhammad Hammad Faisal\n\nReach out at hammadfaisal178@gmail.com or connect on LinkedIn.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-hammad-faisal%2Fword-hunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-hammad-faisal%2Fword-hunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-hammad-faisal%2Fword-hunter/lists"}