{"id":15377341,"url":"https://github.com/alpgokcek/react-search-page","last_synced_at":"2026-04-05T21:01:48.056Z","repository":{"id":100748475,"uuid":"366841750","full_name":"alpgokcek/react-search-page","owner":"alpgokcek","description":"Non-responsive search page implementation for Hepsiburada Case Study. Application is deployed to Heroku and could be found on hepsiburada-search.herokuapp.com.","archived":false,"fork":false,"pushed_at":"2021-05-18T10:04:39.000Z","size":1617,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:18:54.206Z","etag":null,"topics":["docker","enzyme-testing","reactjs","redux"],"latest_commit_sha":null,"homepage":"https://hepsiburada-search.herokuapp.com","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/alpgokcek.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}},"created_at":"2021-05-12T20:12:27.000Z","updated_at":"2021-05-18T11:19:42.000Z","dependencies_parsed_at":"2023-06-09T13:15:32.813Z","dependency_job_id":null,"html_url":"https://github.com/alpgokcek/react-search-page","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.1785714285714286,"last_synced_commit":"119519054aed968dbe3c7927d3fa84a046665954"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alpgokcek/react-search-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpgokcek%2Freact-search-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpgokcek%2Freact-search-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpgokcek%2Freact-search-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpgokcek%2Freact-search-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpgokcek","download_url":"https://codeload.github.com/alpgokcek/react-search-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpgokcek%2Freact-search-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239970,"owners_count":25954097,"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-03T02:00:06.070Z","response_time":53,"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":["docker","enzyme-testing","reactjs","redux"],"created_at":"2024-10-01T14:10:43.837Z","updated_at":"2025-10-03T22:51:00.021Z","avatar_url":"https://github.com/alpgokcek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![React.js](https://img.shields.io/badge/React.js-17-72147e?style=flat-square\u0026logo=react\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/Docker-3.3.2-f21170?style=flat-square\u0026logo=docker\u0026logoColor=white)\n![Node.js](https://img.shields.io/badge/Node.js-14.4-fa9905?style=flat-square\u0026logo=node.js\u0026logoColor=white)\n![npm](https://img.shields.io/badge/npm-7.6-ff5200?style=flat-square\u0026logo=npm\u0026logoColor=white)\n![yarn](https://img.shields.io/badge/yarn-1.22.4-72147e?style=flat-square\u0026logo=yarn\u0026logoColor=white)\n\n# react-search-page\n\nNon-responsive search page implementation for Hepsiburada Case Study. Application is deployed to Heroku and could be found on [hepsiburada-search.herokuapp.com](https://hepsiburada-search.herokuapp.com).\n\n## Table of Contents:\n\n- [Getting Started](#getting-started)\n  - [Requirements](#requirements)\n  - [With React Scripts](#with-react-scripts)\n  - [With Docker](#with-docker)\n- [Building the Project](#building-the-project)\n- [Running the Tests](#running-the-test)\n- [Contact Information](#contact-information)\n- [License](#license)\n\n\u003cbr/\u003e\n\n## Getting Started\n\n\u003chr/\u003e\n\n### Requirements:\n\n\u003chr/\u003e\n\n- Node v12 or higher (with npm) -\u003e [Node.js Downloads Page](https://nodejs.org/en/download)\n- Yarn Package Manager -\u003e Install yarn with npm: `npm install -g yarn`\n- Docker v3.3.2 or higher (optional) -\u003e [Docker Get Started Page](https://www.docker.com/get-started)\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n  Before starting the application, fork/download/clone this repo. There are two different ways to run the application:\n\n### With React Scripts\n\n\u003chr/\u003e\n\n- Install the required dependencies:\n\n```\nyarn install\n```\n\n- To run the application in dev mode on [localhost:3000](http://localhost:3000):\n\n```\nyarn start\n```\n\n- To run the application with the production build on [localhost:8081](http://localhost:8081):\n\n```\nyarn build  # producing a production build\nyarn run server  # running the server\n```\n\n\u003cbr/\u003e\n\n### With Docker\n\n\u003chr/\u003e\n\n- Build the docker image with the following code:\n\n```\n./docker-build.sh  # for mac users\n./docker-build.bat  # for windows users\n```\n\n- To run the application on [localhost:8081](http://localhost:8081):\n\n```\ndocker-compose up -d --build\n```\n\n- To stop the application:\n\n```\ndocker-compose stop\n```\n\n\u003cbr/\u003e\n\n## Building the Project\n\n\u003chr/\u003e\n\n- To create an optimized production build:\n\n```\nnpm run build\n```\n\nor\n\n```\nyarn build\n```\n\n\u003cbr/\u003e\n\n## Running the Tests\n\n\u003chr/\u003e\n\n- To run the unit and snapshots tests:\n\n```\nnpm test\n```\n\nor\n\n```\nyarn test\n```\n\n\u003cbr/\u003e\n\n## Contact Information\n\n\u003chr/\u003e\n\n#### Author: Alp Gökçek\n\n#### Github: alpgokcek\n\n#### Email: alp.gokcek1@gmail.com\n\n#### Date: May, 2021\n\n\u003cbr/\u003e\n\n## License\n\n\u003chr/\u003e\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpgokcek%2Freact-search-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpgokcek%2Freact-search-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpgokcek%2Freact-search-page/lists"}