{"id":17358986,"url":"https://github.com/dun-sin/smartsearch","last_synced_at":"2025-04-15T00:11:21.072Z","repository":{"id":56820162,"uuid":"525101183","full_name":"Dun-sin/smartsearch","owner":"Dun-sin","description":"Find phone details by searching for your faviourite phone brand e.g redmi, iphone, samsung","archived":false,"fork":false,"pushed_at":"2022-10-28T17:32:46.000Z","size":1088,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T20:11:44.190Z","etag":null,"topics":["nextjs","open-source","react"],"latest_commit_sha":null,"homepage":"https://smartsearch.onrender.com/phones","language":"JavaScript","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/Dun-sin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-15T18:46:23.000Z","updated_at":"2023-10-07T19:10:23.000Z","dependencies_parsed_at":"2023-01-20T19:49:54.578Z","dependency_job_id":null,"html_url":"https://github.com/Dun-sin/smartsearch","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Fsmartsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Fsmartsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Fsmartsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Fsmartsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dun-sin","download_url":"https://codeload.github.com/Dun-sin/smartsearch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981270,"owners_count":21193147,"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","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":["nextjs","open-source","react"],"created_at":"2024-10-15T19:07:43.503Z","updated_at":"2025-04-15T00:11:21.047Z","avatar_url":"https://github.com/Dun-sin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/78784850/187615092-075c157d-5f88-4b9d-984e-e7260f885914.png\" width=\"120px\"\u003e\n    \u003ch2\u003eSmart Search\u003c/h2\u003e\n    \u003cp\u003eFind phone details by searching for your faviourite phone brand e.g redmi, iphone, samsung\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://smartsearch.up.railway.app/\"\u003eView Demo\u003c/a\u003e\n        ·\n        \u003ca href=\"https://github.com/Dun-sin/smartsearch/issues\"\u003eReport Bug\u003c/a\u003e\n        ·\n        \u003ca href=\"https://github.com/Dun-sin/smartsearch/issues\"\u003eRequest Feature\u003c/a\u003e\n    \u003c/p\u003e\n    \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/Dun-sin/smartsearch\"\u003e\n    \u003cimg alt=\"GitHub Repo forks\" src=\"https://img.shields.io/github/forks/Dun-sin/smartsearch\"\u003e\n    \u003cimg alt=\"issues\" src=\"https://img.shields.io/github/issues/Dun-sin/smartsearch\"\u003e \u003c/br\u003e\n\u003c/div\u003e\n\n## 🧑🏾‍💻Getting Started\nTo get a local copy up and running follow these simple steps\n\n## 👇🏽Prerequisites\n- ![Git](https://git-scm.com/downloads)\n- ![NextJS](https://nextjs.org/docs)\n\n## 🛠️Installation\n\n1. [Fork](https://github.com/Dun-sin/smartsearch/fork) the project. Click on the \u003ca href=\"https://github.com/Dun-sin/smartsearch/fork\"\u003e\u003cimg src=\"https://i.imgur.com/G4z1kEe.png\" height=\"15\" width=\"15\"\u003e\u003c/a\u003e icon in the top right to get started\n2. Clone the repo\n    ```bash\n    git clone https://github.com/\u003cyour-username\u003e/smartsearch\n    ```\n3. Navigate to project directory\n    ```bash\n    cd smartsearch\n    ```\n4. Install Project dependencies\n    ```bash\n    npm install\n    ``` \n\n5. Run the development server:\n    ```bash\n    npm run dev\n    ``` \n\n## 🥂After Making Changes\n1. Create a new branch \n    ```bash\n    git checkout -b \u003cyour-branch-name\u003e\n    ```\n2. After doing all your work \n    ```bash\n    git add \u003cfiles\u003e\n    ``` \n    \u003e NOTE: don't commit the package.json\n3. Commit your work \n    ```bash\n    git cz\n    ```\n    \u003e Note: use conventional commit method - ![read about it here](https://www.conventionalcommits.org/en/v1.0.0/)\n4. Push your work to the remote URL \n    ```bash\n    git push origin \u003cyour-branch\u003e\n    ```\n\n5. Now go to your forked repository on GitHub and contribute your branch to the main branch of the project.\n\n## 👨‍👩‍👦Community\nDon't forget to join the discord community - ![Join Us](https://discord.gg/KUWjx4fygJ)\n\n## 💻 Contributing\n- Contributions make the open source community such an amazing place to learn, inspire, and create. \n- Any contributions you make are greatly appreciated.\n- Check out our [Contribution guidelines](https://github.com/Dun-sin/smartsearch/blob/main/CONTRIBUTING.md#contribution-guidelines) for more information.\n\n## 🛡️ License\n\nsmartsearch is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 💪🏽 Thanks to all Contributors\n\nThanks a lot for spending your time helping smart search grow. Thanks a lot! Keep rocking🍻\n\n[![Contributors](https://contrib.rocks/image?repo=Dun-sin/smartsearch)](https://github.com/Dun-sin/smartsearch/graphs/contributors)\n\n## 🙏🏽Support\nThis project needs a star️ from you. Don't forget to leave a star✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdun-sin%2Fsmartsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdun-sin%2Fsmartsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdun-sin%2Fsmartsearch/lists"}