{"id":17473901,"url":"https://github.com/gocanto/grid-search","last_synced_at":"2025-03-28T10:44:45.114Z","repository":{"id":54043031,"uuid":"344990541","full_name":"gocanto/grid-search","owner":"gocanto","description":"Products overview grid.","archived":false,"fork":false,"pushed_at":"2021-03-10T10:22:20.000Z","size":12878,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-18T20:46:59.849Z","etag":null,"topics":["overview","products","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/gocanto.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}},"created_at":"2021-03-06T02:54:17.000Z","updated_at":"2023-03-10T08:49:46.000Z","dependencies_parsed_at":"2022-08-13T06:11:05.550Z","dependency_job_id":null,"html_url":"https://github.com/gocanto/grid-search","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocanto%2Fgrid-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocanto%2Fgrid-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocanto%2Fgrid-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocanto%2Fgrid-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocanto","download_url":"https://codeload.github.com/gocanto/grid-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246014897,"owners_count":20709893,"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":["overview","products","vue"],"created_at":"2024-10-18T18:07:38.088Z","updated_at":"2025-03-28T10:44:45.082Z","avatar_url":"https://github.com/gocanto.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Products overview simulator\n\nThis project simulates a given e-commerce store back-office products list overview.\n\nBrowsing the products overview is a breeze since the App will let you filter products \nby `name` or `title`, visit given products profile to place an orders for them, and see a \nfull or short description of them.\n\n## Dev Requirements\n\nTo make use of this code base, you will have to install [Git](https://git-scm.com/), \n[Nodejs](https://nodejs.org/en/) `\u003e=12` and [Npm](https://www.npmjs.com/) / [Yarn](https://yarnpkg.com/) in your local machine or container.\n\nOnce you have those tools installed, you will be able to do the following:\n\n- Within your local console, go to the directory of your preference and type \n  `git@github.com:gocanto/grid-search.git`.\n  \n- Next, you will be able to CD into the newly created directory, like so `cd grid-search`.\n\n- Now, you are able to type the following commands in order for you to run the app.\n```bash\n    npm install \u0026\u0026 npm run dev #to compile the app    \n    npm run watch #to compile the app and have an instant feedback while developping\n    npm run hot #to allow for hot module reloding while in development mode\n    npm run dev #to compile the app for development\n    npm run prod #to compile the app for production\n```    \n\n- After the compilation process is done, you will be able to head to the `public` directory\ncontained within the root folder and click on the `index.html` file to run the app.\n\n\u003e Alternatively, you would be able to download the compiled app from [here](https://github.com/gocanto/grid-search/blob/main/dist/public.zip).\n\u003e After you have downloaded the `public.zip` file, you will be able to browse the products overview by clicking on the `index.html` file.\n\n## Compiled assets stats\n\n```bash\n┌───────────────────────────────────────────────────────────────────────────────┬───────────┐\n│                                                                          File │ Size      │\n├───────────────────────────────────────────────────────────────────────────────┼───────────┤\n│                                                                    /js/app.js │ 1.71 MiB  │\n│                                                                /js/app.js.map │ 3.42 MiB  │\n│                                                               /js/manifest.js │ 2.7 KiB   │\n│                                                           /js/manifest.js.map │ 15.1 KiB  │\n│                                                                 /js/vendor.js │ 91.9 KiB  │\n│                                                     /js/vendor.js.LICENSE.txt │ 87 bytes  │\n│                                                             /js/vendor.js.map │ 486 KiB   │\n│                                                                   css/app.css │ 4.75 KiB  │\n│                                                               css/app.css.map │ 1.9 KiB   │\n│                                   js/chunks/431.chunk.b9828a7e8ffca8af09ca.js │ 28.6 KiB  │\n│                               js/chunks/431.chunk.b9828a7e8ffca8af09ca.js.map │ 24.2 KiB  │\n│                                   js/chunks/851.chunk.0a359065491d7d8726cc.js │ 796 bytes │\n│                               js/chunks/851.chunk.0a359065491d7d8726cc.js.map │ 3 KiB     │\n│                                   js/chunks/936.chunk.0526a0ec373d03530c41.js │ 1.34 KiB  │\n│                               js/chunks/936.chunk.0526a0ec373d03530c41.js.map │ 6.49 KiB  │\n└───────────────────────────────────────────────────────────────────────────────┴───────────┘\n```\n\n## Contributing\n\nPlease feel free to fork this package and contribute by submitting a pull request to enhance \nits functionalities.\n\n## License\n\nThe MIT License (MIT). Please see [License File](https://github.com/gocanto/grid-search/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocanto%2Fgrid-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocanto%2Fgrid-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocanto%2Fgrid-search/lists"}