{"id":31766302,"url":"https://github.com/ayokanmi-adejola/dictionary-app","last_synced_at":"2025-10-10T00:32:11.902Z","repository":{"id":308992256,"uuid":"960586018","full_name":"Ayokanmi-Adejola/Dictionary-App","owner":"Ayokanmi-Adejola","description":"A comprehensive online dictionary delivering instant access to detailed definitions, comprehensive synonym and antonym results, and a diverse range of related language resources, such as audio pronunciations and example sentences.","archived":false,"fork":false,"pushed_at":"2025-07-15T20:29:35.000Z","size":203,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T00:00:36.743Z","etag":null,"topics":["react18","tailwindcss","typescript","wikitionary-api"],"latest_commit_sha":null,"homepage":"https://ayokanmi-adejola-dictionary.netlify.app/","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/Ayokanmi-Adejola.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":"2025-04-04T17:32:40.000Z","updated_at":"2025-09-15T13:27:33.000Z","dependencies_parsed_at":"2025-08-09T05:51:03.420Z","dependency_job_id":"f519b681-a0e8-4026-8590-dfcbab798292","html_url":"https://github.com/Ayokanmi-Adejola/Dictionary-App","commit_stats":null,"previous_names":["ayokanmi-adejola/dictionary-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ayokanmi-Adejola/Dictionary-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FDictionary-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FDictionary-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FDictionary-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FDictionary-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayokanmi-Adejola","download_url":"https://codeload.github.com/Ayokanmi-Adejola/Dictionary-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FDictionary-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002358,"owners_count":26083356,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["react18","tailwindcss","typescript","wikitionary-api"],"created_at":"2025-10-10T00:30:18.714Z","updated_at":"2025-10-10T00:32:11.890Z","avatar_url":"https://github.com/Ayokanmi-Adejola.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dictionary App\r\n\r\nA modern, feature-rich dictionary web application built with React, TypeScript, and Vite. This application provides an intuitive interface for looking up word definitions, managing favorites, and tracking search history.\r\n\r\n\r\n\r\n## ✨ Features\r\n\r\n- 📚 Word Definitions: Look up detailed definitions, pronunciations, and examples\r\n- ⭐ Favorites System: Save your favorite words for quick access\r\n- 🕒 Search History: Track and revisit your recent searches\r\n- 📱 Responsive Design: Seamless experience across all devices\r\n- 🎨 Modern UI: Clean and intuitive interface with smooth animations\r\n- 🌟 Word of the Day: Discover new words daily\r\n\r\n## 🛠️ Tech Stack\r\n\r\n- React 18\r\n- TypeScript\r\n- Vite\r\n- TailwindCSS\r\n- Shadcn/ui\r\n- React Query\r\n- React Router\r\n- Sonner (Toast notifications)\r\n\r\n## 🚀 Getting Started\r\n\r\n### Prerequisites\r\n\r\n- Node.js (v16 or higher)\r\n- npm or yarn\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n```bash\r\ngit clone https://github.com/Ayokanmi-Adejola/Dictionary-App\r\n```\r\n\r\n2. Install dependencies:\r\n```bash\r\nnpm install\r\n# or\r\nyarn install\r\n```\r\n\r\n3. Start the development server:\r\n```bash\r\nnpm run dev\r\n# or\r\nyarn dev\r\n```\r\n\r\n4. Open your browser and visit `http://localhost:8080`\r\n\r\n## 📦 Build\r\n\r\nTo create a production build:\r\n\r\n```bash\r\nnpm run build\r\n# or\r\nyarn build\r\n```\r\n\r\n## Development\r\n\r\nTo start the development server with hot reload:\r\n\r\n```bash\r\nnpm run dev\r\n# or\r\nyarn dev\r\n```\r\n\r\n## 📁 Project Structure\r\n\r\n```\r\nsrc/\r\n├── components/     # Reusable UI components\r\n├── pages/         # Page components\r\n├── services/      # API services\r\n├── hooks/         # Custom React hooks\r\n├── utils/         # Utility functions\r\n├── lib/           # Library configurations\r\n└── styles/        # Global styles and CSS\r\n```\r\n\r\n## Features in Detail\r\n\r\n### Word Search\r\n- Real-time word lookups using the Free Dictionary API\r\n- Phonetic pronunciations with audio support\r\n- Detailed definitions with examples and usage\r\n\r\n### Favorites System\r\n- Add/remove words to favorites\r\n- Persistent storage using localStorage\r\n- Quick access to favorite words\r\n\r\n### Search History\r\n- Track recent word searches\r\n- Clear history functionality\r\n- Quick navigation to previous searches\r\n\r\n## 🤝 Contributing\r\n\r\nContributions are welcome! Please feel free to submit a Pull Request.\r\n\r\n1. Fork the repository\r\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\r\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\r\n4. Push to the branch (`git push origin feature/amazing-feature`)\r\n5. Open a Pull Request\r\n\r\n\r\n\r\n## 👨‍💻 Author\r\n\r\n**Ayokanmi Adejola**\r\n\r\n- Portfolio: [https://ayokanmi-adejola-portfolio.netlify.app/]\r\n- LinkedIn: [https://www.linkedin.com/in/ayokanmiadejola/]\r\n\r\n## 🙏 Acknowledgments\r\n\r\n- [Free Dictionary API](https://dictionaryapi.dev/) for providing the dictionary data\r\n- [Shadcn/ui](https://ui.shadcn.com/) for the beautiful UI components\r\n- [TailwindCSS](https://tailwindcss.com/) for the utility-first CSS framework\r\n- [Netlify](https://www.netlify.com/) for hosting the application\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayokanmi-adejola%2Fdictionary-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayokanmi-adejola%2Fdictionary-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayokanmi-adejola%2Fdictionary-app/lists"}