{"id":21203695,"url":"https://github.com/bl33h/duckduckgo","last_synced_at":"2026-04-08T20:32:53.900Z","repository":{"id":160135736,"uuid":"614115854","full_name":"bl33h/duckDuckGo","owner":"bl33h","description":"Explore the replica search engine, conduct searches, and enjoy a seamless user experience of the Duck Duck Go website. The inclusion of ESLint tests guarantees code correctness and consistency throughout the project.","archived":false,"fork":false,"pushed_at":"2023-06-15T16:33:53.000Z","size":20635,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T22:45:50.803Z","etag":null,"topics":["duckduckgo","eslint","netlify","npm","prettier-eslint","react","replica","vite"],"latest_commit_sha":null,"homepage":"https://bl33hsduckduckgo.netlify.app/","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/bl33h.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}},"created_at":"2023-03-14T23:28:44.000Z","updated_at":"2023-06-15T16:59:44.000Z","dependencies_parsed_at":"2023-08-01T16:01:53.488Z","dependency_job_id":null,"html_url":"https://github.com/bl33h/duckDuckGo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bl33h/duckDuckGo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FduckDuckGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FduckDuckGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FduckDuckGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FduckDuckGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bl33h","download_url":"https://codeload.github.com/bl33h/duckDuckGo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FduckDuckGo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["duckduckgo","eslint","netlify","npm","prettier-eslint","react","replica","vite"],"created_at":"2024-11-20T20:26:14.314Z","updated_at":"2026-04-08T20:32:53.881Z","avatar_url":"https://github.com/bl33h.png","language":"JavaScript","readme":"# duckDuckGo\n\nA replica of the Duck Duck Go search engine, developed using React and Vite. The project includes comprehensive testing with ESLint for code quality and adherence to best practices.\n\nExperience the familiar Duck Duck Go search interface in this replica, built with React for dynamic user interactions and Vite for fast development and bundling. The implementation also prioritizes code quality with ESLint, ensuring clean and maintainable code.\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.imgur.com/vo9l7eG.png\" alt=\"pic\" width=\"400\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#Files\"\u003eFiles\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#eslint-testing\"\u003eTesting\u003c/a\u003e •\n  \u003ca href=\"#packages\"\u003ePackages\u003c/a\u003e   \n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\n\u003ca href=\"https://bl33hsduckduckgo.netlify.app/\"\u003eTry it out here\u003c/a\u003e \n\u003c/p\u003e\n\n## Features\n\n- Vite\n\n```bash\n# Install dependencies\n$ npm i\n# run the app\n$ npm run dev\n```\n\n## Files\n\n- src: the file that implements de solution.\n- assets: resources that are used in an application.\n- components: reusable pieces of code that define the appearance and behavior of a part of the UI.\n\n## How To Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en) and [Vite](https://vitejs.dev/) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/bl33h/duckDuckGo\n\n# Install dependencies\n$ npm i\n\n# Run the app\n$ npm run dev\n```\n\n## Eslint testing\n\n```bash\n# Run the tests\n$ npx eslint .\n$ cd src\n$ npx eslint components/**/*.jsx\n$ npx eslint App.jsx\n$ npx eslint main.jsx\n```\n\n## Packages\n\nThis software uses the following open source packages:\n\n- [Vite](https://vitejs.dev/)\n- [React](https://reactjs.org/)\n- [Eslint](https://eslint.org/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fduckduckgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbl33h%2Fduckduckgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fduckduckgo/lists"}